From 98df4531c92b99e53bd62cc9c5b4d5c92712d97c Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 18 Oct 2023 12:57:29 +0200 Subject: [PATCH] Doc. --- include/clap/ext/draft/configurable-audio-ports.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/clap/ext/draft/configurable-audio-ports.h b/include/clap/ext/draft/configurable-audio-ports.h index dcee8f18..58c382a8 100644 --- 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.