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

◆ turnThruOn()

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

Definition at line 1371 of file MIDI.hpp.

1372{
1373 mThruActivated = true;
1375}
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, and mThruFilterMode.