QM816.Channel

Defines channel common parameters.

Members

Functions

recalculateOutLevels
void recalculateOutLevels()

Recalculates the output levels for the channel.

setEEG
void setEEG(int sampleRate)

Sets the Extra Envelop generator

Variables

eeg
ADSREnvelopGenerator eeg;

Extra envelop generator that can be assigned for multiple purpose.

outLevels
__m128 outLevels;

Calculated output level controls + aux send levels Index notation: 0: Left channel 1: Right channel 2: Aux send A, 3: Aux send B

preset
Preset.Ch preset;

Copy of channel relevant preset data

Meta