clap

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

commit 801d013049c7e0ecb3a22fb716eb349f9dbd6160
parent aa16d2492612f76f67a2983df8728d50a13c4bb2
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 12 Dec 2022 15:44:37 +0100

events.h: fix indentation

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

diff --git a/include/clap/events.h b/include/clap/events.h @@ -50,7 +50,8 @@ enum { // 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 are two use cases: + // chokes an open hihat. This event can be sent by the host to the plugin. Here are two use + // cases: // - a plugin is inside a drum pad in Bitwig Studio's drum machine, and this pad is choked by // another one // - the user double clicks the DAW's stop button in the transport which then stops the sound on @@ -268,7 +269,7 @@ typedef struct clap_event_trigger { // target trigger clap_id trigger_id; // @ref clap_trigger_info.id - void *cookie; // @ref clap_trigger_info.cookie + void *cookie; // @ref clap_trigger_info.cookie // target a specific note_id, port, key and channel, -1 for global int32_t note_id;