#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXReverbHiSettings (AXFX_REVERBHI *reverb);
reverb |
Pointer to an initialized AXFX_REVERBHI structure. |
TRUE if successful; FALSE if a parameter is out of bounds or the memory allocation fails.
The AXFXReverbHiSettings function is used when changing parameters of the initialized High-Quality Reverb (= AXFX_REVERBHI structure). When this function is called, the current High-Quality Reverb is shut down, and the memory allocated to it at initialization is freed. This function then reinitializes High-Quality Reverb based on new user parameters.
2007/08/08 Standardized notation.
2006/03/01 Initial version.
CONFIDENTIAL