Page 1 of 1

object to send value for another object?

Posted: 17 Jan 2013 19:51
by chamberfolkjazz
My task is the following:

I have a multislider to control various slider within a granular synth in ableton live. Now there is one slider that i need to set to an exact value from time to time. My idea was to have a button below this slider to always be able to reset this corresponding slider? Is that possible? In live I just cannot assign more than one controller to a knob/fader. So it needs to be done within lemur.

Any idea if or how this might be possible?

Thanks!!!

Re: object to send value for another object?

Posted: 17 Jan 2013 20:35
by Macciza
Yes
of course it is, have you looked through the user guide? Or forum?

A Button with a script would work -MultiSlider.x[10] = 0.5; // sets MultiSlider 11 to 0.5

Alter as needed

Re: object to send value for another object?

Posted: 19 Jan 2013 19:27
by chamberfolkjazz
thanks alot,

yes, i readthe manual. but i didnt proceed all the data yet. sometimes one is so overwhelmed by all those new possibilities that it is easy to overlook something ...

i will try your suggestion.

cheers!