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