clap

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

commit 904b2447873d31a49e6783c679a237154ce62e1e
parent 7a8851e17b53963ceebfdb98177ad3ce60859620
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sun, 30 May 2021 13:19:21 +0200

Forgot that one

Diffstat:
Minclude/clap/ext/midi-mappings.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/clap/ext/midi-mappings.h b/include/clap/ext/midi-mappings.h @@ -6,6 +6,8 @@ extern "C" { #endif +#define CLAP_EXT_MIDI_MAPPINGS "clap/midi-mappings" + enum { CLAP_MIDI_MAPPING_CC7, CLAP_MIDI_MAPPING_CC14,