mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add missing note ports to the SysEx example
This commit is contained in:
@@ -56,6 +56,10 @@ impl Plugin for SysEx {
|
|||||||
|
|
||||||
const SAMPLE_ACCURATE_AUTOMATION: bool = true;
|
const SAMPLE_ACCURATE_AUTOMATION: bool = true;
|
||||||
|
|
||||||
|
// The plugin needs to be have a note port to be able to send SysEx
|
||||||
|
const MIDI_INPUT: MidiConfig = MidiConfig::Basic;
|
||||||
|
const MIDI_OUTPUT: MidiConfig = MidiConfig::Basic;
|
||||||
|
|
||||||
type SysExMessage = CoolSysExMessage;
|
type SysExMessage = CoolSysExMessage;
|
||||||
type BackgroundTask = ();
|
type BackgroundTask = ();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user