Use midi serial definition from proper place
This commit is contained in:
parent
18f3131d8a
commit
35ee03d4b8
1 changed files with 0 additions and 3 deletions
3
midi.h
3
midi.h
|
@ -5,9 +5,6 @@
|
||||||
#define USE_MIDI_USB
|
#define USE_MIDI_USB
|
||||||
#define USE_MIDI_SERIAL
|
#define USE_MIDI_SERIAL
|
||||||
|
|
||||||
//Define which serial device to use
|
|
||||||
#define MidiSerial Serial3
|
|
||||||
|
|
||||||
//Set / get current midi channel
|
//Set / get current midi channel
|
||||||
void midiSetChannel(int channel);
|
void midiSetChannel(int channel);
|
||||||
int midiGetChannel();
|
int midiGetChannel();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue