BASS_FXFree

Frees an effect or DSP function.

BOOL BASS_FXFree(
    DWORD handle
);

Parameters

handleThe DSP/FX handle... a HDSP or HFX.

Return value

If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLEhandle is not valid.

Remarks

This function does the same thing as BASS_ChannelRemoveFX and BASS_ChannelRemoveDSP but does not require the host channel's handle.

See also

BASS_ChannelSetDSP, BASS_ChannelSetFX