Jump to content

Forwarding from Sysex dump to encoder CC


Recommended Posts

Posted

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.

Posted
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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...