AXFXReverbStdSettings

Syntax

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

BOOL AXFXReverbStdSettings (AXFX_REVERBSTD *reverb);

Arguments

reverb Pointer to an initialized AXFX_REVERBSTD structure.

Return Values

TRUE if successful; FALSE if a parameter is out of range or memory allocation fails.

Description

The AXFXReverbStdSettings function is used when changing parameters of the initialized Standard Reverb (= AXFX_REVERBSTD structure). When this function is called, the current Standard Reverb is shut down and the memory that was allocated to it at initialization is freed. This function then reinitializes Standard Reverb based on new user parameters.

See Also

AXFX_REVERBSTD

Revision History

2007/08/09 Standardized notation.
2006/03/01 Initial version.


CONFIDENTIAL