FastLED 3.9.15
Loading...
Searching...
No Matches

◆ read() [1/2]

template<class Transport, class Settings, class Platform>
bool MidiInterface< Transport, Settings, Platform >::read ( )
inline

Read messages from the serial port using the main input channel.

Returns
True if a valid message has been stored in the structure, false if not. A valid message is a message that matches the input channel.

If the Thru is enabled and the message matches the filter, it is sent back on the MIDI output.
See also
see setInputChannel()

Definition at line 704 of file MIDI.hpp.

705{
706 return read(mInputChannel);
707}
Channel mInputChannel
Definition MIDI.h:273
bool read()
Read messages from the serial port using the main input channel.
Definition MIDI.hpp:704

References mInputChannel, and read().

Referenced by read().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: