diff --git a/src/MIDI.hpp b/src/MIDI.hpp index 57bdd32..6011fe5 100644 --- a/src/MIDI.hpp +++ b/src/MIDI.hpp @@ -141,10 +141,6 @@ void MidiInterface::send(MidiType inType, inChannel == MIDI_CHANNEL_OMNI || inType < 0x80) { - if (Settings::UseRunningStatus) - { - mRunningStatus_TX = InvalidType; - } return; // Don't send anything }