clap

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

commit 98df4531c92b99e53bd62cc9c5b4d5c92712d97c
parent 989f1e642ccb8c82752bf46c9f8a20cd317ebd48
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 18 Oct 2023 12:57:02 +0200

Doc.

Diffstat:
Minclude/clap/ext/draft/configurable-audio-ports.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/clap/ext/draft/configurable-audio-ports.h b/include/clap/ext/draft/configurable-audio-ports.h @@ -31,6 +31,9 @@ typedef struct clap_audio_port_configuration_request { } clap_audio_port_configuration_request_t; typedef struct clap_plugin_configurable_audio_ports { + // Submit a bunch of configuration requests which will atomically be applied together, + // or discarded together. + // // If is_dry_run is true, then checks if the configuration can be applied. // If is_dry_run is false, then applies the configuration. // Returns true if applied.