From ca2c6d66fd70ca098327cdaceac6b66dc74a698c Mon Sep 17 00:00:00 2001 From: Bremmers Date: Thu, 16 May 2024 12:26:00 +0200 Subject: [PATCH] clap_host_midici_profiles.datachanged is now called for profile details changes too --- include/clap/ext/draft/midici-profiles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/clap/ext/draft/midici-profiles.h b/include/clap/ext/draft/midici-profiles.h index 046eefa1..3c5178d2 100644 --- a/include/clap/ext/draft/midici-profiles.h +++ b/include/clap/ext/draft/midici-profiles.h @@ -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,