diff --git a/src/MIDI.hpp b/src/MIDI.hpp index 1276060..d304fa8 100644 --- a/src/MIDI.hpp +++ b/src/MIDI.hpp @@ -736,7 +736,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 @@ -757,7 +757,7 @@ inline bool MidiInterface::read(Channel inChannel { mReceiverActiveSensingActive = true; - mActiveSensingTimeoutCallback(false); + mActiveSensingTimeoutCallback(mReceiverActiveSensingActive); } }