Firelight Technologies FMOD Studio API
Frees a DSP object.
FMOD_RESULT DSP::release();
FMOD_RESULT FMOD_DSP_Release(FMOD_DSP *dsp);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
This will free the DSP object.
NOTE: If DSP is not removed from the Channel, ChannelGroup or System object with Channel::removeDSP or ChannelGroup::removeDSP, after being added with Channel::addDSP or ChannelGroup::addDSP, it will not release and will instead return FMOD_ERR_DSP_INUSE.
Version 1.03.06 Built on Apr 17, 2014