diff --git a/src/MIDI.hpp b/src/MIDI.hpp index c51e83e..4cd78d5 100644 --- a/src/MIDI.hpp +++ b/src/MIDI.hpp @@ -782,7 +782,7 @@ inline bool MidiInterface::read(Channel inChannel // its up to the handler to send the stop processing messages // (also, no clue what the channel is on which to send them) - mActiveSensingTimeoutCallback(true); + mActiveSensingTimeoutCallback(mReceiverActiveSensingActive); } } #endif @@ -803,7 +803,7 @@ inline bool MidiInterface::read(Channel inChannel { mReceiverActiveSensingActive = true; - mActiveSensingTimeoutCallback(false); + mActiveSensingTimeoutCallback(mReceiverActiveSensingActive); } }