public bool SendPitchbend(int channel, int value) { return(LibPD.SendPitchbend(channel, value) == 0); }