Firelight Technologies FMOD Studio API
Sets whether the channel automatically ramps when setting volumes.
FMOD_RESULT Channel::setVolumeRamp(
bool ramp
);
FMOD_RESULT FMOD_Channel_SetVolumeRamp(
FMOD_CHANNEL *channel,
FMOD_BOOL ramp
);
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.
When changing volumes on a non-paused channel, FMOD normally adds a small ramp to avoid a pop sound. This function allows that setting to be overriden and volume changes to be applied immediately.
Version 1.03.06 Built on Apr 17, 2014