Skip to content

Commit

Permalink
Update include/clap/ext/draft/surround.h
Browse files Browse the repository at this point in the history
Co-authored-by: Trinitou <[email protected]>
  • Loading branch information
abique and Trinitou authored Oct 18, 2023
1 parent 18922fa commit b31b26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/draft/surround.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b31b26a

Please sign in to comment.