I have a question about stopping DSP's in FMOD. I have a button that I want to stop my DSP from being enabled.
- (IBAction)myButton:(id)sender {
FMOD_DSP_Reset(FMOD_DSP_TYPE_ECHO *myEcho);
}
Any ideas? I've looked into the documentation - but it's not working for me. Any help would he highly appreciated!