Exemple #1
0
 public bool SendProgramChange(int channel, int value)
 {
     return(LibPD.SendProgramChange(channel, value) == 0);
 }