Skip to content

Commit c067414

Browse files
authored
Merge branch 'hathach:master' into master
2 parents 9002dc7 + c3a60ed commit c067414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/class/midi/midi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ typedef enum
7171
MIDI_CIN_SYSEX_END_1BYTE = 5, // SysEx ends with 1 data, or 1 byte system common message
7272
MIDI_CIN_SYSEX_END_2BYTE = 6, // SysEx ends with 2 data
7373
MIDI_CIN_SYSEX_END_3BYTE = 7, // SysEx ends with 3 data
74-
MIDI_CIN_NOTE_ON = 8,
75-
MIDI_CIN_NOTE_OFF = 9,
74+
MIDI_CIN_NOTE_OFF = 8,
75+
MIDI_CIN_NOTE_ON = 9,
7676
MIDI_CIN_POLY_KEYPRESS = 10,
7777
MIDI_CIN_CONTROL_CHANGE = 11,
7878
MIDI_CIN_PROGRAM_CHANGE = 12,

0 commit comments

Comments
 (0)