Arduino MIDI Library
Version 5.0.1
|
#include <midi_Defs.h>
Public Types | |
enum | Mode { Off = 0, Full = 1, SameChannel = 2, DifferentChannel = 3 } |
Enumeration of Thru filter modes
Definition at line 127 of file midi_Defs.h.
enum Thru::Mode |
Enumerator | |
---|---|
Off | Thru disabled (nothing passes through). |
Full | Fully enabled Thru (every incoming message is sent back). |
SameChannel | Only the messages on the Input Channel will be sent back. |
DifferentChannel | All the messages but the ones on the Input Channel will be sent back. |
Definition at line 129 of file midi_Defs.h.