Example #1
0
 public bool SendNoteOn(int channel, int pitch, int velocity)
 {
     return(LibPD.SendNoteOn(channel, pitch, velocity) == 0);
 }