clap

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

commit 551774924f264d7b574bb2ccd21395df661dbb40
parent f1a8c81519d28def46ead58c015955fd1fefba44
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 27 May 2022 12:46:44 +0200

Doc.

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

diff --git a/include/clap/events.h b/include/clap/events.h @@ -47,6 +47,7 @@ enum clap_event_flags { // or implement clap_plugin_event_filter and reject raw midi and midi2 events. enum { // NOTE_ON and NOTE_OFF represents a key pressed and key released event. + // A NOTE_ON with a velocity of 0 is valid and should not be interpreted as a NOTE_OFF. // // NOTE_CHOKE is meant to choke the voice(s), like in a drum machine when a closed hihat // chokes an open hihat. This event can be sent by the host to the plugin. Here two use case: