public void Note(int channel, short key, short vel, uint duration) { ThrowIfDisposed(); LibFluidsynth.fluid_event_note(Handle, channel, key, vel, duration); }