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