public void PitchBend(int channel, int pitch)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_pitch_bend(Handle, channel, pitch);
 }