示例#1
0
 public void PitchWheelSensitivity(int channel, short value)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_pitch_wheelsens(Handle, channel, value);
 }