clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit b89953c26f335c0200c6ca507fdc44286865b4fb
parent 05b1d873d206183f46198262c47ad887de41111b
Author: Dalton Messmer <33463986+messmerd@users.noreply.github.com>
Date:   Fri,  3 Nov 2023 00:28:54 -0400

Clarify return values in tuning.h
Diffstat:
Minclude/clap/ext/draft/tuning.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/ext/draft/tuning.h b/include/clap/ext/draft/tuning.h @@ -64,6 +64,7 @@ typedef struct clap_host_tuning { uint32_t(CLAP_ABI *get_tuning_count)(const clap_host_t *host); // Gets info about a tuning + // Returns true on success and stores the result into info. // [main-thread] bool(CLAP_ABI *get_info)(const clap_host_t *host, uint32_t tuning_index,