AXFXReverbHiInit

C Specification

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

BOOL AXFXReverbHiInit (AXFX_REVERBHI *reverb);

Arguments

reverb Pointer to an AXFX_REVERBHI structure with configured user parameters.

Return Values

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

Description

The AXFXReverbHiInit function initializes High-Quality Reverb (= AXFX_REVERBHI) based on user parameters in the AXFX_REVERBHI structure. This function also allocates and initializes the memory used by the delay line and similar processing steps. The user must configure the AXFX_REVERBHI structure's user parameters prior to calling this function.

See Also

AXFX_REVERBHI

Revision History

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


CONFIDENTIAL