MidiOutput.sendNoteOn(int channel, int note, int velocity) - int


int channel: Channel on which to send the message

int note: Note pitch

int velocity: Note velocity

Returns 1 on success, 0 on error

Send a NOTE ON message on this output.