I've posted the following to StreamByter Page:
G'Day,
I'm trying to use data from a SysEx dump to send CC messages.
Not sure if this is possible so I'm following the advice in the help message and asking for assistance.
For starters, I have a limited understanding of Midi implementation so you'll have to bear with me if I use incorrect terminology.
What I'd like to do is put the data from an amplifier preset dump into an array of some sort and then call on specific "cells" and send as CC to a layout in Midi Designer.
Here's an example of what the Amp sends to MD:
f0 08 21 12 02 00 00 00 00 53 74 61 64 69
75 6d 00 20 52 6f 63 6b 20 20 0a 20 20 40
5a 21 6a 14 2f 07 61 78 6e 03 36 03 00 00
20 7f 00 7f 7f 7f 00 7f 7f 7f 7f 79 7f
Here’s what I think I know
f0 08 21 12 02 00 = start to sysex message.
00 00 = Preset Number. C00 in this case.
53 74 61 64 69 75 6d 00 20 52 6f 63 6b 20 20. = Preset name. Stadium Rock in this case.
The rest should be specifying tone stack type, tone stack position, drive circuitry, effect type, reverb type, timbre, etc as well as Volume, Gain,Treble, Middle, Bass, Presence and Reverb.
I can work that out by changing parameters on the Amp and seeing what changes in the Sysex message. (I've also asked Fender for a translation but not holding my breath on that one)
I know I could be dreaming here but I'd like to give it a crack and I've purchased StreamByter so why not?
Thanks in Advance