AXFXReverbStdSettings

C Specification

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

BOOL AXFXReverbStdSettings(AXFX_REVERBSTD *rev);

Arguments

rev   Pointer to the application-initialized AXFX_REVERBSTD.

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

AXFXReverbStdInit
AXFXReverbStdShutdown
AXFXReverbStdCallback

Revision History

03/01/2006 Initial version.