Commit c6d2b24d authored by Knut Aldrin's avatar Knut Aldrin
Browse files

Defines for clock and aftertouch

parent 237632ac
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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)