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