public void NoteOn(int channel, short key, short vel) { ThrowIfDisposed(); LibFluidsynth.fluid_event_noteon(Handle, channel, key, vel); }