Duggle Posted April 27, 2013 Report Posted April 27, 2013 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. Quote
TK. Posted April 27, 2013 Report Posted April 27, 2013 However I would like to update my CC encoders from the dump. The mechanism should also work for encoders sending CCs Keep in mind, that the receiver id has to be < 16 ("syxdump_pos=n:p" -> n should be < 16) Best Regards, Thorsten. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.