i made a matrix of momentary buttons. so when i swipe over it i go from one to the other without any pause in between.
now i made a second page with the same buttons but here the values are 76 and a third one with the values at 38. in my lighting software these 3 pages correspond to fader values of 100%, 60% and 30%.
if push one button on the first page, the 4 buttons around it ( + pattern) on the second page and the 4 others ( x pattern) on the third page follow as subcontrols. this means in my lighting software one will be 100%, 4 others will be 60% and another 4 will be 30%. exactly what i wanted.
but when i move to the next button this pattern has to follow my touch. so again i make it a supercontrol on the first page with subcontrols on the second and third. and here it goes wrong. the first one i created should go to 60% when i move to the second one, but this also acts as a supercontrol to the second, meaning they prevent each other from going to 100%.
so altough the subcontrols are only on the second and third page, they interfere on the first page too. is this because they use the same midi channel/number but only with a different value? is there a way around this?