clap

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

commit 87954b7c9bc71f7c66648a33984d58952be3e465
parent c7032495b3b887b133f40e9e1870bab25ff6559e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 29 Nov 2022 14:18:56 +0100

Fix exension id

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

diff --git a/include/clap/ext/draft/audio-ports-activation.h b/include/clap/ext/draft/audio-ports-activation.h @@ -24,7 +24,7 @@ /// Audio ports state is invalidated by clap_plugin_audio_ports_config.select() and /// clap_host_audio_ports.rescan(CLAP_AUDIO_PORTS_RESCAN_LIST). -static CLAP_CONSTEXPR const char CLAP_EXT_AUDIO_PORTS_ACTIVATION[] = "clap.audio-ports-activation"; +static CLAP_CONSTEXPR const char CLAP_EXT_AUDIO_PORTS_ACTIVATION[] = "clap.audio-ports-activation/draft-0"; #ifdef __cplusplus extern "C" {