Deliver a system exclusive message to a MIDI device

Purpose. Delivers a single system exclusive message. This is commonly useful with a MIDI port as the target device, though any available Java Sound MidiDevice could be chosen, even the software synthesizer.

Usage. 

java SendSysex [ devicename ] hexstring

Parameters. 

devicename

output to named device. If not given, Java Sound's default device is used

hexstring

the content of the message to send in hexadecimal notation

Bugs, limitations. Not well-tested.

Source code.  SendSysex.java, MidiCommon.java