clap

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

commit c52aeb2715aff99304bb41f113c35f724f2dfefe
parent 565206327eb63378a55bb5231c596486c570e75e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 15 Jan 2024 14:31:38 +0100

Typo

Diffstat:
Minclude/clap/events.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/clap/events.h b/include/clap/events.h @@ -180,9 +180,9 @@ enum { // pan, 0 left, 0.5 center, 1 right CLAP_NOTE_EXPRESSION_PAN = 1, - // 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 + // 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