Firelight Technologies FMOD Studio API
Structure for data parameters of type FMOD_DSP_PARAMETER_DATA_TYPE_SIDECHAIN. A parameter of this type is declared for effects which support sidechaining.
typedef struct {
bool sidechainenable;
} FMOD_DSP_PARAMETER_SIDECHAIN;
sidechainenable
[r/w] Whether sidechains are enabled.
Members marked with [r] mean the variable is modified by FMOD and is for reading purposes only. Do not change this value.
Members marked with [w] mean the variable can be written to. The user can set the value.
Version 1.03.06 Built on Apr 17, 2014