We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9002dc7 + c3a60ed commit c067414Copy full SHA for c067414
src/class/midi/midi.h
@@ -71,8 +71,8 @@ typedef enum
71
MIDI_CIN_SYSEX_END_1BYTE = 5, // SysEx ends with 1 data, or 1 byte system common message
72
MIDI_CIN_SYSEX_END_2BYTE = 6, // SysEx ends with 2 data
73
MIDI_CIN_SYSEX_END_3BYTE = 7, // SysEx ends with 3 data
74
- MIDI_CIN_NOTE_ON = 8,
75
- MIDI_CIN_NOTE_OFF = 9,
+ MIDI_CIN_NOTE_OFF = 8,
+ MIDI_CIN_NOTE_ON = 9,
76
MIDI_CIN_POLY_KEYPRESS = 10,
77
MIDI_CIN_CONTROL_CHANGE = 11,
78
MIDI_CIN_PROGRAM_CHANGE = 12,
0 commit comments