commit a6e0ac14ca43a49c5d46c18b07a6f7f49c195f49
parent 25542dcc4528c6afb2460f6f73f26e91fddd9af8
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Thu, 22 Dec 2022 15:48:31 +0100
Restore the correct condition
Diffstat:
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
@@ -42,7 +42,7 @@ typedef struct clap_plugin_audio_ports_activation {
// It is only possible to activate and de-activate on the audio-thread if
// can_activate_while_processing() returns true.
//
- // [can_activate_while_processing ? audio-thread : main-thread]
+ // [active ? audio-thread : main-thread]
void(CLAP_ABI *set_active)(const clap_plugin_t *plugin,
bool is_input,
uint32_t port_index,