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