MidiOutput.sendSysex(byte[] msg) - int


byte[] msg: Bytes of the sysex message, have to contain 0xF0 at the beginning and 0xF7 at the end

Returns 1 on success, 0 on error

Send a SYSEX MIDI message on this output