Skip to content

Commit 892f65a

Browse files
committed
Update MIDI.hpp
1 parent e1035a0 commit 892f65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MIDI.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ MidiInterface<Transport, Settings, Platform>& MidiInterface<Transport, Settings,
14531453
{
14541454
// If the feature is disabled, don't do anything.
14551455
if (!mThruActivated || (mThruFilterMode == Thru::Off))
1456-
return;
1456+
return *this;
14571457

14581458
// First, check if the received message is Channel
14591459
if (mMessage.type >= NoteOff && mMessage.type <= PitchBend)

0 commit comments

Comments
 (0)