commit 08d6b5efab0753838a95b600c90f36e1fffc78fd parent 093141f6eb25ded8dce095f067d6086f06bd59de Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Wed, 18 Oct 2023 13:06:24 +0200 Doc. Diffstat:
M | include/clap/ext/draft/configurable-audio-ports.h | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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,