public void NoteOff(int channel, short key) { ThrowIfDisposed(); LibFluidsynth.fluid_event_noteoff(Handle, channel, key); }