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