Firelight Technologies FMOD Studio API
FMOD_CHANNELCONTROL_DSP_INDEX
These enums denote special types of node within a DSP chain.
C/C++ Syntax
typedef enum {
FMOD_CHANNELCONTROL_DSP_HEAD,
FMOD_CHANNELCONTROL_DSP_FADER,
FMOD_CHANNELCONTROL_DSP_TAIL
} FMOD_CHANNELCONTROL_DSP_INDEX;
JavaScript Syntax
FMOD.CHANNELCONTROL_DSP_HEAD
FMOD.CHANNELCONTROL_DSP_FADER
FMOD.CHANNELCONTROL_DSP_TAIL
FMOD.CHANNELCONTROL_DSP_FORCEINT
Values
FMOD_CHANNELCONTROL_DSP_HEAD
Head of the DSP chain. Equivalent of index 0.
FMOD_CHANNELCONTROL_DSP_FADER
Built in fader DSP.
FMOD_CHANNELCONTROL_DSP_TAIL
Tail of the DSP chain. Equivalent of the number of dsps minus 1.
Remarks
By default there is 1 fader for a ChannelGroup or Channel, and it is the head.
See Also
Version 1.10.03 Built on Feb 1, 2018