Skip to content

Show all bytes of sysex message and optionally format bytes as hexadecimal

Not sure if you would want this but I found it useful when debugging SysEx message sending.

It prints all the message bytes instead of just byte1, byte2 and byte3. It also adds the option to format the bytes as hex, which is very useful when reading old synth manuals 🙂

Similarly to the other merge request [ !5 (merged) ] it might be useful to remove the special case of SysEx here and always treat a message as first byte, inner bytes and final bytes?

Merge request reports