Channel.ChCtrlFlags

Defines channel control flags.

Values

ValueMeaning
ComboModeOff0b0000

Channel combination turned off, the channel pair is independent

ComboMode10b0001

Channel combination mode 1: Secondary channel's output is fed into primary operator 0.

ComboMode20b0010

Channel combination mode 2: Secondary channel's output is fed into primary operator 1 if primary is in serial mode, or into both if primary is in parallel mode.

ComboMode30b0011

Channel combination mode 3: Secondary channel's output is fed into main output, except if primary channel set to parallel and secondary set to serial, then S1, P0, and P1 are connected to output, while S0 is modulating all of them.

ComboModeTestComboMode3

Used for testing combo mode.

Algorithm1 << 2

Channel algorithm (H: Parallel, L: Series)

IndivOutChLev1 << 3

Enables the setting of individual output channel levels

LFOPan1 << 4

Enables LFO Panning

EEGPan1 << 5

Enables EEG Panning

MWToTrem1 << 6

Assigns modwheel to amplitude LFO

MWToVibr1 << 7

Assigns modwheel to pitch LFO

MWToAux1 << 8

Assigns modwheel to aux levels

Meta