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

◆ turnThruOff()

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::turnThruOff ( )
inline

Definition at line 1378 of file MIDI.hpp.

1379{
1380 mThruActivated = false;
1382}
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.