Selecting the range of a multslider with a range slider.
Posted: 16 Dec 2011 19:49
Hello, i try to achieve to use a range slider to set the range of a multiuslider object to a certain amount. like cutoff from 64 -127.
i tried to readout Range.x[0] and [1] and give the values to the multislider, not working for me.
expression goes like this:
myRange = {range(x[0], Bereich.x[0], Bereich.x[1])} "Bereich" is the name i gave the range object.
actually it does work like this:
myRange = {range(x[0], 0, 78)}
but then of course i can´t change the values with the range slider :/
could anybody gve me a helping hand please, slightly going mad here after hours of fooling around
thanks a lot,
Martin
edit: i did unmap x from the multislider
i tried to readout Range.x[0] and [1] and give the values to the multislider, not working for me.
expression goes like this:
myRange = {range(x[0], Bereich.x[0], Bereich.x[1])} "Bereich" is the name i gave the range object.
actually it does work like this:
myRange = {range(x[0], 0, 78)}
but then of course i can´t change the values with the range slider :/
could anybody gve me a helping hand please, slightly going mad here after hours of fooling around
thanks a lot,
Martin
edit: i did unmap x from the multislider