From 08d6b5efab0753838a95b600c90f36e1fffc78fd Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 18 Oct 2023 13:06:51 +0200 Subject: [PATCH] Doc. --- include/clap/ext/draft/configurable-audio-ports.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/clap/ext/draft/configurable-audio-ports.h b/include/clap/ext/draft/configurable-audio-ports.h index 8a709d9c..4fe60cd1 100644 --- a/include/clap/ext/draft/configurable-audio-ports.h +++ b/include/clap/ext/draft/configurable-audio-ports.h @@ -41,6 +41,10 @@ typedef struct clap_plugin_configurable_audio_ports { // Submit a bunch of configuration requests which will atomically be applied together, // or discarded together. // + // Once the configuration is successfully applied, it isn't necessary for the plugin to call + // clap_host_audio_ports->changed(); and it isn't necessary for the host to scan the + // audio ports. + // // Returns true if applied. // [main-thread && !active] bool(CLAP_ABI *apply_configuration)(const clap_plugin_t *plugin,