mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:28:59 +02:00
Remove accidental -
This commit is contained in:
parent
e3fb9cee00
commit
fab13a111c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const int MIDI_BYTE_MASK = 0x0FF;
|
|||
const int MIDI_NIBBLE_MASK = 0x00F;
|
||||
const int MIDI_PITCH_BEND_MASK = 0x3F80;
|
||||
const int MIDI_SHIFT_STATUS = 4;
|
||||
const int MIDI_SHIFT_NOTE = 8;-
|
||||
const int MIDI_SHIFT_NOTE = 8;
|
||||
const int MIDI_SHIFT_VELOCITY = 16;
|
||||
const int MIDI_SHIFT_PITCH_BEND = 9;
|
||||
// Status Decode
|
||||
|
|
Loading…
Reference in a new issue