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