AXFXReverbHiSettingsDpl2

C Specification

#include <revolution.h>
#include <revolution/axfx.h>

BOOL AXFXReverbHiSettingsDpl2(AXFX_REVERBHI_DPL2 *rev);

Arguments

rev   Pointer to application-initialized AXFX_REVERBHI_DPL2.

Return Values

TRUE if successful, FALSE if a parameter is out of bounds or the memory allocation fails.

Description

Call this function when the parameters of an existing instance of the high-quality, DPL2-enhanced, reverb effect have changed. This existing instance is specified by the AXFX_REVERBHI_DPL2 data structure.

Note: The current reverb will be shut down and the associated memory will be freed. A new effect with the revised settings will then be instantiated.

See Also

AXFXReverbHiInitDpl2
AXFXReverbHiShutdownDpl2
AXFXReverbHiCallbackDpl2

Revision History

03/01/2006 Initial version.