nn::snd::CTR::DspFxReverb::Finalize Member Function

Syntax

void Finalize();

Arguments

None.

Return Values

None.

Description

Finalizes a DspFxReverb object and unregisters the work buffer.

The nn::snd::CTR::DspFxReverb::Disable and nn::snd::CTR::DspFxReverb::Detach functions are automatically called as necessary.

Although this function detaches the buffer specified by the nn::snd::CTR::DspFxReverbInitialize function from the DspFxReverb class, the buffer can still be accessed until this setting is applied to the DSP. (In other words, until the nn::snd::CTR::SendParameterToDsp and nn::snd::CTR::WaitForDspSync functions have been called and settings have been synchronized.) Do not release the buffer until the nn::snd::CTR::DspFxReverb::IsBufferInUse function returns false.

Revision History

2011/10/04
Initial version.

CONFIDENTIAL