Read messages on a specified channel.
Definition at line 712 of file MIDI.hpp.
713{
714 #ifndef RegionActiveSending
715
716
717
718
719
720
721
722
724 {
727 }
728
730 {
732
736 }
737 #endif
738
740 return false;
741
743 return false;
744
745 #ifndef RegionActiveSending
746
748 {
749
750
752
753
755 {
759 }
760 }
761
762
765
766 #endif
767
769
773
775
777}
unsigned long mLastMessageReceivedTime
ErrorCallback mErrorCallback
bool mReceiverActiveSensingActivated
void thruFilter(byte inChannel)
unsigned long mLastMessageSentTime
unsigned long mSenderActiveSensingPeriodicity
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
References ActiveSensing, ActiveSensingTimeout, ErrorActiveSensingTimeout, handleNullVelocityNoteOnAsNoteOff(), inputFilter(), launchCallback(), mErrorCallback, MIDI_CHANNEL_OFF, mLastError, mLastMessageReceivedTime, mLastMessageSentTime, mMessage, mReceiverActiveSensingActivated, mSenderActiveSensingPeriodicity, parse(), sendActiveSensing(), and thruFilter().