Firelight Technologies FMOD Studio API
FMOD_DSP_PARAMETER_SIDECHAIN
Structure for data parameters of type FMOD_DSP_PARAMETER_DATA_TYPE_SIDECHAIN. A parameter of this type is declared for effects which support sidechaining.
C/C++ Syntax
typedef struct {
FMOD_BOOL sidechainenable;
} FMOD_DSP_PARAMETER_SIDECHAIN;
JavaScript Syntax
struct FMOD_DSP_PARAMETER_SIDECHAIN
{
sidechainenable,
};
Members
sidechainenable
[r/w] Whether sidechains are enabled.
Remarks
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.
JavaScript only :
Not all fields are currently supported or may not work as expected at this time. To initialize an new instance in javascript use "FMOD.DSP_PARAMETER_SIDECHAIN()", no 'new' keyword is required.
See Also
Version 1.10.03 Built on Feb 1, 2018