I would like to have the same slider controls available on different pages. I don't want to use copy because I'd like the controls to be a different size on the second page, so I'm using subcontrols. No problem so far.
The control relationship is one-to-one (one supercontrol->one subcontrol). This is working great when the sliders have 128 ticks and 128 MIDI values. A problem arises, however, when the controls have a number of ticks and values other than 128 ticks / 0-127 values.
For instance, I have a supercontrol slider with 100 ticks and MIDI values from 0-99. It has a subcontrol with exactly the same setup, but there is no relationship between the displayed or sent values. If I drag the supercontrol to value 50, the subcontrol reads and sends value 39 (which is essentially the ratio of 100:127).
I have to work around it by setting the supercontrol MIDI values to 0-127 while keeping it's number of ticks at 100. Is this the intended behavior? It took me a while to figure out the relationship, but I would have thought the controls would have been more of a 1:1 relationship.
Long post to tell you I've got it worked out, but it doesn't seem right.