#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXReverbStdExpInit (AXFX_REVERBSTD_EXP *reverb);
reverb |
Pointer to an AXFX_REVERBSTD_EXP structure with configured user parameters. |
TRUE if successful; FALSE if a parameter is out of bounds or memory allocation fails.
The AXFXReverbStdExpInit function initializes the Standard Reverb Expansion (= AXFX_REVERBSTD_EXP) based on user parameters in the AXFX_REVERBSTD_EXP structure. This function also allocates and initializes the memory used by the delay line and similar processing steps. The user must configure the AXFX_REVERBSTD_EXP structure's user parameters prior to calling this function.
2007/08/10 Initial version.
CONFIDENTIAL