Page 1 of 1

Selecting the range of a multslider with a range slider.

Posted: 16 Dec 2011 19:49
by dbk
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

Re: Selecting the range of a multslider with a range slider.

Posted: 17 Dec 2011 13:44
by dbk
Hello,

still no progress, i´d really need a helping hand here.

would be great if someone could have a look at jzml i attached and probably point me in the right direction.

i think the problem is that my expression doesn´t get triggered anywhere, but i dont know where to trigger it, that´s the dilemma :)

thanks a lot in advance.

cheers,
martin

Re: Selecting the range of a multslider with a range slider.

Posted: 17 Dec 2011 14:04
by dbk
Sometimes everything falls into places, it finally works. i wouldn´t have made it without the Modumatrix template. i could figure out how it works and for documentation i attached the files. another newbie like me could eventually benefit from it.

cheers,
martin

Re: Selecting the range of a multslider with a range slider.

Posted: 23 Feb 2012 23:30
by Phil999
oh yes, this was very helpful for me. Thanks a lot. :)