From 597a75e6382cf3f0b4f8782e09c4720fed80a192 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Sat, 29 Oct 2016 09:42:47 +0200 Subject: [PATCH] Keep running status when not sending anything. Fixes #61 --- src/MIDI.hpp | 4 ---- 1 file changed, 4 deletions(-) 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 }