public void PitchWheelSensitivity(int channel, short value) { ThrowIfDisposed(); LibFluidsynth.fluid_event_pitch_wheelsens(Handle, channel, value); }