Firelight Technologies FMOD Studio API
Sets the gain of the dry signal when lowpass filtering is applied.
FMOD_RESULT Channel::setLowPassGain(
float gain
);
FMOD_RESULT FMOD_Channel_SetLowPassGain(
FMOD_CHANNEL *channel,
float gain
);
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.
Requires the built in lowpass to be created with FMOD_INIT_CHANNEL_LOWPASS or FMOD_INIT_CHANNEL_DISTANCEFILTER.
Version 1.03.06 Built on Apr 17, 2014