BASS_ChannelRemoveDSP

Removes a DSP function from a MOD music or stream channel.

BOOL WINAPI BASS_ChannelRemoveDSP(
    DWORD handle,
    HDSP dsp
);

Parameters
handleThe channel handle... a HMUSIC or HSTREAM.
dspHandle of the DSP function to remove from the channel.

Return value
If succesful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes
BASS_ERROR_HANDLEAtleast one of handle and sync is not valid.

See also
BASS_ChannelSetDSP