Update MIDI.hpp
This commit is contained in:
parent
e1035a03f7
commit
892f65a9ee
|
|
@ -1453,7 +1453,7 @@ MidiInterface<Transport, Settings, Platform>& MidiInterface<Transport, Settings,
|
||||||
{
|
{
|
||||||
// If the feature is disabled, don't do anything.
|
// If the feature is disabled, don't do anything.
|
||||||
if (!mThruActivated || (mThruFilterMode == Thru::Off))
|
if (!mThruActivated || (mThruFilterMode == Thru::Off))
|
||||||
return;
|
return *this;
|
||||||
|
|
||||||
// First, check if the received message is Channel
|
// First, check if the received message is Channel
|
||||||
if (mMessage.type >= NoteOff && mMessage.type <= PitchBend)
|
if (mMessage.type >= NoteOff && mMessage.type <= PitchBend)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue