Hello all,
I have a SRX expansion card within a Fantom XR Synth.
In order to select the patches of the card I have to send Sysex msg (since MD does not support program change + MSB and LSB msg).
Patches are distributed in four banks with the same MSB and different LSB.
I have three banks of 128 patches each and the last of 91 patches.
I wanted to manage all patches from one knob so I created four subknobs:
- 1 sub knob, Sysex msg midi from 0-127, 128 ticks, MinMax value showed 1-128, send value on release
- 2 sub knob, Sysex msg midi from 0-127, 128 ticks, MinMax value showed 129-256, send value on release
- 3 sub knob, Sysex msg midi from 0-127, 128 ticks, MinMax value showed 257-384, send value on release
- 4 sub knob, Sysex msg midi from 0-90, 91 ticks, MinMax value showed 385-475, send value on release
- 5 Supercontrol, 475 named tickes (with the names of the patches), subcontrols from 1 to 4 in sequential mode, send value on release
Unfortunately since sequential supercontol works with overlap of the
last tick and first tick of the following subcontrol there is no correspondence
between Supercontrol showed value and the ones from subcontrols.
I know the right number of ticks of supercontrol should be 475-3=472
but I need all in all 475 ticks correpsonding to 475 different messages.
Please could you help me to figure out how could I set sub and supercontrol in order
to select all 475 patches from one knob?
p.s. please develop Program change + MSB and LSB message type feature as soon as possibile since it is one of the most used midi message! MD really miss it!