AXFXReverbStdExpSettings

C Specification

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

BOOL AXFXReverbStdExpSettings (AXFX_REVERBSTD_EXP *reverb);

Arguments

reverb Pointer to an initialized AXFX_REVERBSTD_EXP structure.

Return Values

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

Description

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

The use of this function is required when changing the AXFX_REVERBSTD_EXP structure's user parameter preDelayTimeMax.

See Also

AXFX_REVERBSTD_EXP

Revision History

2007/08/10 Initial version.


CONFIDENTIAL