clap

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

commit 72ba706da75e81c41f92936bc4870d838baa8893
parent c6260fafd420069ffb26007d0f677fdbfc603087
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 12:32:38 -0400

Fix typos in tuning.h

Diffstat:
Minclude/clap/ext/draft/tuning.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/tuning.h b/include/clap/ext/draft/tuning.h @@ -35,7 +35,7 @@ typedef struct clap_plugin_tuning { // This extension provides a dynamic tuning table to the plugin. typedef struct clap_host_tuning { - // Gets the relative tuning in semitone against equal temperament with A4=440Hz. + // Gets the relative tuning in semitones against equal temperament with A4=440Hz. // The plugin may query the tuning at a rate that makes sense for *low* frequency modulations. // // If the tuning_id is not found or equals to CLAP_INVALID_ID,