Пример #1
0
 public bool SendPitchbend(int channel, int value)
 {
     return(LibPD.SendPitchbend(channel, value) == 0);
 }