public RESULT getParameterBool(int index, out bool value) { return(DSP.FMOD5_DSP_GetParameterBool(this.rawPtr, index, out value, IntPtr.Zero, 0)); }