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