FastLED 3.9.7
Loading...
Searching...
No Matches
Thru

Detailed Description

Functions

void MidiInterface< Transport, _Settings, _Platform >::setThruFilterMode (Thru::Mode inThruFilterMode)
 Set the filter for thru mirroring.
 
Thru::Mode MidiInterface< Transport, _Settings, _Platform >::getFilterMode () const
 
bool MidiInterface< Transport, _Settings, _Platform >::getThruState () const
 
void MidiInterface< Transport, _Settings, _Platform >::turnThruOn (Thru::Mode inThruFilterMode=Thru::Full)
 
void MidiInterface< Transport, _Settings, _Platform >::turnThruOff ()
 

Function Documentation

◆ getFilterMode()

template<class Transport , class Settings , class Platform >
Thru::Mode MidiInterface< Transport, Settings, Platform >::getFilterMode ( ) const
inline

Definition at line 1359 of file MIDI.hpp.

◆ getThruState()

template<class Transport , class Settings , class Platform >
bool MidiInterface< Transport, Settings, Platform >::getThruState ( ) const
inline

Definition at line 1365 of file MIDI.hpp.

◆ 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.

◆ turnThruOff()

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

Definition at line 1378 of file MIDI.hpp.

◆ 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.