Move access to usbMIDI to midi.ino
NuEVI.ino shouldn’t have to know about usbMIDI.
This commit is contained in:
parent
921fdb1266
commit
cc3323fd03
3 changed files with 10 additions and 4 deletions
|
@ -16,7 +16,7 @@ void midiSendNoteOff(byte note);
|
|||
void midiSendAfterTouch(byte value);
|
||||
void midiSendPitchBend(int value);
|
||||
|
||||
|
||||
void midiDiscardInput(void);
|
||||
void midiReset(); // reset controllers
|
||||
void midiPanic(); // turn all notes off
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue