#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXReverbStdInit (AXFX_REVERBSTD *reverb);
reverb |
Pointer to an AXFX_REVERBSTD structure with configured user parameters. |
TRUE if successful; FALSE if a parameter is out of bounds or the memory allocation fails.
The AXFXReverbStdInit function initializes Standard Reverb (= AXFX_REVERBSTD) based on user parameters in the AXFX_REVERBSTD 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 structure's user parameters prior to calling this function.
2007/08/09 Standardized notation.
2006/03/01 Initial version.
CONFIDENTIAL