Hello,
I need to perform the selection of a patch of a Synth module.
It requires three messages: Banks Select MSB, Bank Select LSB and Program Change.
I created three subcontrols and a supercontrol which triggers the subs.
I add as subcontrols: first the MSB, then LSB and last the PC.
I tested it and saw that very often it works fine sending in the right order midi messages:
1) MSB from subknob 1
2) LSB from subknob 2
3) PC from subknob 3
Sometimes instead it sends them in different order which cause Synth to fail the change of patch.
Is there a way to synchronize order of subcontrol messages?