clap

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

commit 50e7ae2cb19042b7bc3b6563513749836a89c78e
parent e702f850734ea8b57f9267a8ccec77b23e0cde61
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 23 May 2022 10:00:05 +0200

Documentation

Diffstat:
Minclude/clap/ext/note-name.h | 6+++---
Minclude/clap/ext/note-ports.h | 1-
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/include/clap/ext/note-name.h b/include/clap/ext/note-name.h @@ -11,9 +11,9 @@ static CLAP_CONSTEXPR const char CLAP_EXT_NOTE_NAME[] = "clap.note-name"; typedef struct clap_note_name { char name[CLAP_NAME_SIZE]; - int16_t port; // -1 for every ports - int16_t key; // -1 for every keys - int16_t channel; // -1 for every channels + int16_t port; // -1 for every port + int16_t key; // -1 for every key + int16_t channel; // -1 for every channel } clap_note_name_t; typedef struct clap_plugin_note_name { diff --git a/include/clap/ext/note-ports.h b/include/clap/ext/note-ports.h @@ -19,7 +19,6 @@ extern "C" { enum clap_note_dialect { // Uses clap_event_note and clap_event_note_expression. - // Default if the port info are not provided or inspected. CLAP_NOTE_DIALECT_CLAP = 1 << 0, // Uses clap_event_midi, no polyphonic expression