nn::snd::CTR::FxDelay Class

Syntax

class FxDelay

Description

The delay effect class.

Call the SetEffect function to execute an effect.

Effects are processed in the CPU (not in the DSP).

You can use the m_IsEnableSound flag in the Param structure to choose whether effects will be processed only with the front two channels or with all four channels, including the two in the rear.

Structures

nn::snd::CTR::FxDelay::Param A structure for delay parameters.

Member Functions

Constructors and Destructors
FxDelay Constructor.
V ~FxDelay Destructor.
Setting, Getting Parameters
SetParam Configures the delay parameters.
GetParam Gets the delay parameters.
Memory Allocation
GetRequiredMemSize Gets the memory size required for an effect.
AssignWorkBuffer Allocates a memory region to be used by the effect.
ReleaseWorkBuffer Deallocates the memory region that was used by the effect.

See Also

FxReverbClass

Revision History

2010/11/10
Initial version.

CONFIDENTIAL