commit 565206327eb63378a55bb5231c596486c570e75e
parent f25dded9e4b6fc1cc03a9371122449d20e1df4d6
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 15 Jan 2024 14:28:55 +0100
Merge pull request #382 from baconpaul/more-tuning
Expand note expression tuning description just a bit
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