public RESULT setParameterBool(int index, bool value) { return(DSP.FMOD5_DSP_SetParameterBool(this.rawPtr, index, value)); }