My device uses sysex for controller changes it has a GET and SET sysex command for each control. I have a MDP controller panel that implements changes to the parameters via knobs with individual SET sysex commands. So far, so good.
Now, I would like to have the MDP knobs' value change on pgm change. I have a pgm up and pgm down button on my MDP control panel. When one of these two buttons is hit, I would like each knob on the panel to do a GET and have its value updated. So I want to send the GET seqeunce for each knob and set the knob accordingly.
Is this possible?