public void AnyControlChange(int channel) { ThrowIfDisposed(); LibFluidsynth.fluid_event_any_control_change(Handle, channel); }