Beispiel #1
0
 public bool SendSysex(int port, int value)
 {
     return(LibPD.SendSysex(port, value) == 0);
 }