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

◆ setThruFilterMode()

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::setThruFilterMode ( Thru::Mode inThruFilterMode)
inline

Set the filter for thru mirroring.

Parameters
inThruFilterModea filter mode
See also
Thru::Mode

Definition at line 1352 of file MIDI.hpp.

1353{
1356}
bool mThruActivated
Definition MIDI.h:281
Thru::Mode mThruFilterMode
Definition MIDI.h:282
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55

References mThruActivated, mThruFilterMode, and Thru::Off.