Skip to content

Commit

Permalink
Update include/clap/ext/draft/midi-mappings.h
Browse files Browse the repository at this point in the history
Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
  • Loading branch information
abique and Trinitou authored Nov 4, 2023
1 parent 420a542 commit de9aa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/draft/midi-mappings.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ typedef struct clap_plugin_midi_mappings {
// [main-thread]
uint32_t(CLAP_ABI *count)(const clap_plugin_t *plugin);

// [main-thread]
// Returns true on success and stores the result into mapping.
// [main-thread]
bool(CLAP_ABI *get)(const clap_plugin_t *plugin, uint32_t index, clap_midi_mapping_t *mapping);
} clap_plugin_midi_mappings_t;

Expand Down

0 comments on commit de9aa5d

Please sign in to comment.