process each value of a multislider
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
Maybe vexpr with scalarmode set to 1.
vexpr $f1 * 2.
...that's enough, even without changing scalarmode. No abstractions needed :)