diff --git a/src/MIDI.hpp b/src/MIDI.hpp index fda386f..64c00ca 100644 --- a/src/MIDI.hpp +++ b/src/MIDI.hpp @@ -915,13 +915,13 @@ bool MidiInterface::parse() switch (mMessage.type) { - case NoteOff: - case NoteOn: - case AfterTouchPoly: - case ControlChange: - case ProgramChange: - case AfterTouchChannel: - case PitchBend: + case NoteOff: + case NoteOn: + case AfterTouchPoly: + case ControlChange: + case ProgramChange: + case AfterTouchChannel: + case PitchBend: // Running status enabled: store it from received message mRunningStatus_RX = mPendingMessage[0]; break;