sysex incoming and outgoing
hi all, how can i collect patch sysex data, save it as a file and then send it back to a certain instrument or device. mind is boggled - rob
sysex data is basically a sequence of numbers. So you may handle it with the [text] object, like this
sysexin --> [text] --> file
file --> [text] --> sxformat --> midiout
thanx broc, much appreciated
for editing the sysex data [sxformat] is a beast, as you can use [expr]essions.