Selecting the range of a multslider with a range slider.

Discuss Lemur and share techniques.
Post Reply
dbk
Regular
Posts: 98
Joined: 14 Dec 2011 11:35

Selecting the range of a multslider with a range slider.

Post 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
dbk
Regular
Posts: 98
Joined: 14 Dec 2011 11:35

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

Post 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
Attachments
range.zip
(926 Bytes) Downloaded 91 times
dbk
Regular
Posts: 98
Joined: 14 Dec 2011 11:35

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

Post 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
Attachments
range.working.zip
the outputvalue of a multislider controlled by a range object.
(1.05 KiB) Downloaded 111 times
Phil999
Regular
Posts: 919
Joined: 11 Jan 2012 01:53

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

Post by Phil999 »

oh yes, this was very helpful for me. Thanks a lot. :)
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro
Post Reply