commit b2371860aa2c1cb50937d7a50936a73e069ae09d
parent f25dded9e4b6fc1cc03a9371122449d20e1df4d6
Author: Paul Walker <paul@pwjw.com>
Date: Mon, 15 Jan 2024 08:23:01 -0500
Expand note expression tuning description just a bit
1. fix a small grammar mistake
2. crystal clear on what semitone means
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/clap/events.h b/include/clap/events.h
@@ -180,7 +180,9 @@ enum {
// pan, 0 left, 0.5 center, 1 right
CLAP_NOTE_EXPRESSION_PAN = 1,
- // relative tuning in semitone, from -120 to +120, in equal temperament
+ // relative tuning in semitones, from -120 to +120. Semitones are in
+ // equal temperament and are doubles; The resulting note would be
+ // retuned by `100 * evt->value` cents
CLAP_NOTE_EXPRESSION_TUNING = 2,
// 0..1