|
Arduino MIDI Library
Version 4.3
|
Functions | |
| void | MidiInterface< SerialPort, _Settings >::setThruFilterMode (Thru::Mode inThruFilterMode) |
| Set the filter for thru mirroring. More... | |
| Thru::Mode | MidiInterface< SerialPort, _Settings >::getFilterMode () const |
| bool | MidiInterface< SerialPort, _Settings >::getThruState () const |
| void | MidiInterface< SerialPort, _Settings >::turnThruOn (Thru::Mode inThruFilterMode=Thru::Full) |
| void | MidiInterface< SerialPort, _Settings >::turnThruOff () |
|
inline |
|
inline |
|
inline |
Set the filter for thru mirroring.
| inThruFilterMode | a filter mode |
Definition at line 1253 of file MIDI.hpp.
|
inline |
|
inline |