#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXReverbHiSettings(AXFX_REVERBHI *rev);
rev |
Pointer to application-initialized AXFX_REVERBHI. |
TRUE if successful, FALSE if a parameter is out of bounds or the memory allocation fails.
Call this function when the parameters of an existing instance of the high-quality reverb effect have changed. The existing instance is specified by the AXFX_REVERBHI data structure.
Note: The current reverb will be shut down and the associated memory will be freed. A new effect with the revised settings will then be instantiated.
AXFXReverbHiInit
AXFXReverbHiShutdown
AXFXReverbHiCallback
03/01/2006 Initial version.