Beispiel #1
0
 public void AllNotesOff(int channel)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_all_notes_off(Handle, channel);
 }