示例#1
0
 public void Sustain(int channel, short val)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_sustain(Handle, channel, val);
 }