Skip to content

Commit

Permalink
Update include/clap/ext/draft/configurable-audio-ports.h
Browse files Browse the repository at this point in the history
Co-authored-by: Robbert van der Helm <mail@robbertvanderhelm.nl>
  • Loading branch information
abique and robbert-vdh committed May 23, 2023
1 parent 007a107 commit d2cf8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/draft/configurable-audio-ports.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typedef struct clap_audio_port_configuration_request {

typedef struct clap_plugin_configurable_audio_ports {
// If is_dry_run is true, then checks if the configuration can be applied.
// If is_dry_run is true, then applies the configuration.
// If is_dry_run is false, then applies the configuration.
// Returns true if applied.
// [main-thread && !active]
bool(CLAP_ABI *apply_configuration)(const clap_plugin_t *plugin,
Expand Down

0 comments on commit d2cf8b1

Please sign in to comment.