I have a number of sliders that I would like to control independently AND with a supercontrol.
The sliders are sysex and each send/receive a value from 0 - 1023. I would like to have a supercontrol adjust each slider's value by an offset (i.e. relative) amount.
e.g. if the supercontrol is set to 0 (center), all sliders are at their current position. If the supercontrol is set to +1, each slider's value is increased by 1. If the supercontrol is set to -20, each slider's value is decreased by 20 and so on.
I see how to do this with increment and decrement buttons, but not with a slider. Even when the supercontrol slider is set to "relative", all the subcontrols snap to the supercontrol's value rather than using the value as an offset.