public RESULT disconnectAll(bool inputs, bool outputs) { return(DSP.FMOD_DSP_DisconnectAll(dspraw, inputs ? 1 : 0, outputs ? 1 : 0)); }