#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXReverbStdSettings (AXFX_REVERBSTD *reverb);
| reverb | Pointer to an initialized AXFX_REVERBSTD structure. |
|---|
TRUE if successful; FALSE if a parameter is out of range or memory allocation fails.
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.
2007/08/09 Standardized notation.
2006/03/01 Initial version.
CONFIDENTIAL