public void ProgramChange(int channel, short val) { ThrowIfDisposed(); LibFluidsynth.fluid_event_program_change(Handle, channel, val); }