clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit f3e6c9521492384d9348de9f33399dd4cdd694a0
parent 7995473ba630b777c2b20807fba97ac40d663cee
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri,  4 Mar 2022 14:13:47 +0100

Missed that one

Diffstat:
Minclude/clap/ext/audio-ports.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/audio-ports.h b/include/clap/ext/audio-ports.h @@ -90,7 +90,7 @@ enum { typedef struct clap_host_audio_ports { // Checks if the host allows a plugin to change a given aspect of the audio ports definition. // [main-thread] - bool (*is_rescan_flag_supported)(uint32_t flag); + bool (*is_rescan_flag_supported)(const clap_host_t *host, uint32_t flag); // Rescan the full list of audio ports according to the flags. // It is illegal to ask the host to rescan with a flag that is not supported.