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