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