#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXChorusExpSettingsUpdate (AXFX_CHORUS_EXP *chorus);
| chorus | Pointer to an initialized AXFX_CHORUS_EXP structure. |
|---|
TRUE if successful; FALSE if a parameter is out of bounds or if memory allocation fails.
The AXFXChorusExpSettingsUpdate function is used when changing parameters of the initialized Chorus Expansion (= AXFX_CHORUS_EXP structure). When this function is called, the current Chorus Expansion is shut down, then reinitialized based on new user parameters. Memory is not freed and re-allocated during this process.
2007/08/10 Initial version.
CONFIDENTIAL