Skip to content

Commit

Permalink
clap_host_midici_profiles.datachanged is now called for profile detai…
Browse files Browse the repository at this point in the history
…ls changes too
  • Loading branch information
Bremmers authored May 16, 2024
1 parent 9798481 commit ca2c6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/clap/ext/draft/midici-profiles.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ typedef struct clap_host_midici_profiles {
// [main-thread]
void(CLAP_ABI *changed)(const clap_host_t *host);

// Plugins calls this if host needs to read Profile Specific Data Messages again.
// Host calls get_data(.., port_index, profile, channel, num_channels, CLAP_MIDICI_PROFILES_INQUIRY_TARGET_DATA, ..).
// Plugins calls this if host needs to read profile details or Profile Specific Data Messages again.
// Host calls get_data(.., port_index, profile, channel, num_channels, .., ..) for the inquiry targets it's interested in.
// [main-thread]
void(CLAP_ABI *datachanged)(const clap_host_t *host,
uint32_t port_index,
Expand Down

0 comments on commit ca2c6d6

Please sign in to comment.