Exemplo n.º 1
0
 public void Pan(int channel, short val)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_pan(Handle, channel, val);
 }