clap

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

commit b31b26a0a1532115e08dc48b6c5c29519f76573c
parent 18922fad9d7e378721433904dbabf100f4f841b1
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 18 Oct 2023 10:12:43 +0200

Update include/clap/ext/draft/surround.h

Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
Diffstat:
Minclude/clap/ext/draft/surround.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/surround.h b/include/clap/ext/draft/surround.h @@ -62,7 +62,7 @@ typedef struct clap_plugin_surround { // Stores the surround identifier of each channel into the channel_map array. // Returns the number of elements stored in channel_map. - // channel_map_capacity should be greater or equal to the channel count of the given port. + // channel_map_capacity must be greater or equal to the channel count of the given port. // [main-thread] uint32_t(CLAP_ABI *get_channel_map)(const clap_plugin_t *plugin, bool is_input,