Firelight Technologies FMOD Studio API
Enables or disables the read callback of a DSP unit so that it does or doesn't process the data coming into it.
A DSP unit that is disabled still processes its inputs, it will just be 'dry'.
FMOD_RESULT DSP::setBypass(
bool bypass
);
FMOD_RESULT FMOD_DSP_SetBypass(
FMOD_DSP *dsp,
FMOD_BOOL bypass
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
If a unit is bypassed, it will still process its inputs.
To disable the unit and all of its inputs, use DSP::setActive instead.
Version 1.03.06 Built on Apr 17, 2014