Previous Topic Index Next Topic
[API function]

FSOUND_FX_SetWavesReverb

Sets the parameters for the Waves Reverb effect on a particular channel

signed char F_API FSOUND_FX_SetWavesReverb(
int fxid,
float InGain,
float ReverbMix,
float ReverbTime,
float HighFreqRTRatio
);

Parameters

fxid fx handle generated by FSOUND_FX_Enable, number/handle to set Waves Reverb parameters for.
InGain Input gain of signal, in decibels (dB), in the range from -96 through 0. The default value is 0 dB.
ReverbMix Reverb mix, in dB, in the range from -96 through 0. The default value is 0 dB.
ReverbTime Reverb time, in milliseconds, in the range from .001 through 3000. The default value is 1000.
HighFreqRTRatio In the range from .001 through .999. The default value is 0.001.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

Make sure you have enabled this effect with FSOUND_FX_WAVES_REVERB before using this function.
___________________
Supported on the following platforms : Win32

See Also

FSOUND_FX_Disable , FSOUND_FX_Enable , FSOUND_FX_MODES , FSOUND_FX_SetChorus , FSOUND_FX_SetCompressor , FSOUND_FX_SetDistortion , FSOUND_FX_SetEcho , FSOUND_FX_SetFlanger , FSOUND_FX_SetGargle , FSOUND_FX_SetI3DL2Reverb , FSOUND_FX_SetParamEQ

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:29 2005 by SourceDoc v0.10, the automated source code documenter.