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

◆ Mode

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.

130 {
131 Off = 0,
132 Full = 1,
133 SameChannel = 2,
134 DifferentChannel = 3,
135 };
@ DifferentChannel
All the messages but the ones on the Input Channel will be sent back.
Definition midi_Defs.h:134
@ Full
Fully enabled Thru (every incoming message is sent back).
Definition midi_Defs.h:132
@ Off
Thru disabled (nothing passes through).
Definition midi_Defs.h:131
@ SameChannel
Only the messages on the Input Channel will be sent back.
Definition midi_Defs.h:133