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

◆ setInputChannel()

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::setInputChannel ( Channel inChannel)
inline

Set the value for the input MIDI channel.

Parameters
inChannelthe channel value. Valid values are 1 to 16, MIDI_CHANNEL_OMNI if you want to listen to all channels, and MIDI_CHANNEL_OFF to disable input.

Definition at line 1205 of file MIDI.hpp.

1206{
1208}
Channel mInputChannel
Definition MIDI.h:273
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55

References mInputChannel.