process each value of a multislider

rishabh's icon

Hi
I was wondering what would be the best way to multiply each of the values coming out of a multislider by a number.
Eg: I have a 32 slider, multislider with a value range of 1-10. Now I want to multiply each value by 2.

I believe some of the zl objects would do the trick but I'm not sure which one.

Any help is greatly appreciated.

Thanks

pdelges's icon

Maybe vexpr with scalarmode set to 1.

Roman Thilenius's icon

5320.howtolistforum.jpg
jpg
Wetterberg's icon

vexpr $f1 * 2.

...that's enough, even without changing scalarmode. No abstractions needed :)