From d8c514f8cb3eb09ecc1836f17e8e3512a487e288 Mon Sep 17 00:00:00 2001 From: Bremmers Date: Thu, 2 May 2024 21:40:11 +0200 Subject: [PATCH] comments --- include/clap/ext/draft/midici-profiles.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/clap/ext/draft/midici-profiles.h b/include/clap/ext/draft/midici-profiles.h index bd361c1e..a87eb16a 100644 --- a/include/clap/ext/draft/midici-profiles.h +++ b/include/clap/ext/draft/midici-profiles.h @@ -42,7 +42,8 @@ typedef struct profile_t { }; typedef struct clap_plugin_midici_profiles { - // Returns the number of profiles supported. + // Returns the number of profile_id_t entries available. + // The comments above describe what's supposed to be in the list. // [main-thread] uint32_t(CLAP_ABI *count)(const clap_plugin_t *plugin, uint16_t port_index); @@ -54,7 +55,7 @@ typedef struct clap_plugin_midici_profiles { uint32_t profile_index, profile_t *profile); - // Get profile specific data for the specified Inquiry Target. + // Get profile specific data for the specified inquiry_target. // Returns true if data is written to stream correctly. // Returns false if there's no data available for this inquiry_target. // The profile_index profile must be enabled.