Hello, noob here.
I have a dozen of numerical values that are unchanging-static. This values should go into sliders, before that they all going through a same math like *. And I should control that math with a knob. I attach visual explanation. Actually I would need a separate knob for each math, like * + -, but I think I can figure from one knob example.
-
How to control multiple sliders going through a same math with one knob?
-
@arseniy How are you storing the dozen numerical values?
-
@jameslo I am not sure what is a better way, probably will put them manually into array? Or will initialize like this on load(these are not sliders I will control further, those just to me to see calculation was right):

-
@arseniy Maybe this will give you some ideas (I see that I left the knob part out, but you can probably figure that out)
tableToSliders.pd
I guess the key idea here is to set each slider's receive symbol to something that you can iterate on since you can already iterate on array values. -
@jameslo Thanks a lot! I tried to figure exactly this option with "until" yesterday but could not.
Yes, I inserted the knob to control the math's value. control_multiple_sliders_through_a_math.pd