Multislider with multiple ranges

Artur Dobija's icon

Hello world,

is it possible to define a different range of each slider in multislider object? e.g. I have three positive values a, b and c that a<b<c. Each one has to be represented on a slider, but the range of a is (0; b), the range of b is (a, c) and the range of c is (b, 0). I cannot use different sliders because I want to control the total number of values.

Thank you fot your responses,
ArturJD

Gregory Taylor's icon

No, but it's a simple matter to unpack the multislider and hang a scale object off of each output. Personally, I'd probably use three sliders if you're only going to be dealing with three values - why make things more difficult for yourself?

Artur Dobija's icon

Hi,
I resolved my problem by using my multislider as a set of multipliers (every one from -1 to 1), not multiplicands (1, 2, 3, 4 etc).
I could not fix the amount of sliders, because it depends on how many harmonics I need.