Loading TeslaMidi/MIDIdefs.h +4 −2 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ #define MIDI_note_on_gc (0b1001 << 4) #define MIDI_note_off_gc (0b1000 << 4) #define MIDI_aftertouch_gc ( 0b1010 << 4 ) #define MIDI_clock_gc (0xf8) Loading Loading
TeslaMidi/MIDIdefs.h +4 −2 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ #define MIDI_note_on_gc (0b1001 << 4) #define MIDI_note_off_gc (0b1000 << 4) #define MIDI_aftertouch_gc ( 0b1010 << 4 ) #define MIDI_clock_gc (0xf8) Loading