clap

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

commit 841527300b1e3a9fce48c29425c7c2da30777095
parent d86561049ce7b084b9168bf3ec4f1f6ab4a16f66
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 20 Dec 2023 11:18:28 +0100

Typo

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

diff --git a/include/clap/events.h b/include/clap/events.h @@ -119,7 +119,7 @@ enum { // Note on, off, end and choke events. // // Clap addresses notes and voices using the 4-value tuple -// (port, channel, key, note_id). note on/off/end/choke +// (port, channel, key, note_id). Note on/off/end/choke // events and parameter modulation messages are delivered with // these values populated. //