nw::snd::FxBase Class

Header file: nw/snd/snd_FxBase.h

Syntax

class FxBase

Description

Abstract class for effects.

This is inherited from the FxBase class and allows effects to be implemented.

For details on how to use effects, see the SoundSystem class.

Effects are processed by the CPU, not a DSP.

Member Functions

Destructor
V ~FxBase Destructor.
Effect
PV Initialize Initializes the effect.
PV Finalize Stops the effect.
PV UpdateBuffer Performs effect processing.

See Also

SoundSystem class
FxReverb class

Revision History

2010/08/25
Added the fact that effects are processed by the CPU.
2010/06/17
Initial version.

CONFIDENTIAL