Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bremmers authored May 2, 2024
1 parent d8c514f commit 3861f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/clap/ext/draft/midici-profiles.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
//
// clap_plugin_midici_profiles.count()/get() return a list of profile_t structs.
// There'll typically be multiple entries for a single supported profile_id_t:
// enabled single channel profiles: one entry per enabled channel. One entry if profile isn't enabled at all.
// enabled multi channel profiles: one entry per enabled block of channels. One entry if profile isn't enabled at all.
// enabled group profiles: one entry per enabled group. One entry if profile isn't enabled at all.
// enabled single channel profiles: one entry per enabled channel. One entry if profile isn't enabled for any channel.
// enabled multi channel profiles: one entry per enabled block of channels. One entry if profile isn't enabled for any channel.
// enabled group profiles: one entry per enabled group. One entry if profile isn't enabled for any group.
// port profiles: one entry

// Some features of this extension can only be used with note ports using the CLAP_NOTE_DIALECT_MIDI2 dialect (groups in particular).
Expand Down

0 comments on commit 3861f24

Please sign in to comment.