Esempio n. 1
0
 public void AllSoundsOff(int channel)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_all_sounds_off(Handle, channel);
 }