signed char F_API FSOUND_FX_SetWavesReverb(
int fxid,
float InGain,
float ReverbMix,
float ReverbTime,
float HighFreqRTRatio
);
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. |