Keep running status when not sending anything.

Fixes #61
This commit is contained in:
Francois Best 2016-10-29 09:42:47 +02:00
parent 7b36662a7f
commit 597a75e638
1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@ void MidiInterface<SerialPort, Settings>::send(MidiType inType,
inChannel == MIDI_CHANNEL_OMNI || inChannel == MIDI_CHANNEL_OMNI ||
inType < 0x80) inType < 0x80)
{ {
if (Settings::UseRunningStatus)
{
mRunningStatus_TX = InvalidType;
}
return; // Don't send anything return; // Don't send anything
} }