There is a good example of forwarding a value from Sysex dump to the value in an encoder controlling sysex message parameter change: blofeld.ngc
I would like to do a similar thing: forward a sysex dump value via “syxdump_pos=n:p”
(Where n is RECIEVER id and p is position in the received dump)
However I would like to update my CC encoders from the dump.
Reason: Sysex dump of synth patch is much, much quicker and more complete than a controller dump which unfortunately omits some data such as patch name. So now I have to Sysex dump followed by a controller dump which need to be delayed, adding more complexity still. I could convert every parameter to Sysex short message, a big job, and this is much less desirable for automation than CC’s.