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
;
1374
mThruFilterMode
=
inThruFilterMode
;
1375
}
MidiInterface::mThruActivated
bool mThruActivated
Definition
MIDI.h:281
MidiInterface::mThruFilterMode
Thru::Mode mThruFilterMode
Definition
MIDI.h:282
MidiInterface
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
.
MidiInterface
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2