public class HexDumpEditorFrame
extends SingleTextAreaFrame
This class serves as a initial substitute for a patch editor. It is to be
used for verifying that your driver is properly getting and decoding the
sysex message from the device (and that the bytes in the sysex message are
what you expect them to be). To use it, add this to your driver: protected
JSLFrame editPatch(Patch p) { return (new
synthdrivers.Generic.HexDumpEditorFrame(p)); } and then you can use the
"Edit" menu option on the patch in your library to inspect the sysex message.