AXFXReverbHiSettings

C Specification

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

BOOL AXFXReverbHiSettings(AXFX_REVERBHI *rev);

Arguments

rev   Pointer to application-initialized AXFX_REVERBHI.

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 reverb effect have changed. The existing instance is specified by the AXFX_REVERBHI 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

AXFXReverbHiInit
AXFXReverbHiShutdown
AXFXReverbHiCallback

Revision History

03/01/2006 Initial version.