AXFXChorusSettings

C Specification

#include <revolution.h>
#include <revolution/axfx.h>

BOOL AXFXChorusSettings (AXFX_CHORUS *chorus);

Arguments

chorus   Pointer to an initialized AXFX_CHORUS structure.

Return Values

TRUE if successful; FALSE if a parameter is out of bounds or if memory allocation fails.

Description

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.

See Also

AXFX_CHORUS

Revision History

2007/08/09 Standardized notation.
2006/03/01 Initial version.


CONFIDENTIAL