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!!!
object to send value for another object?
-
- Newbie
- Posts: 4
- Joined: 16 Jan 2013 18:13
Re: object to send value for another object?
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
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
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
-
- Newbie
- Posts: 4
- Joined: 16 Jan 2013 18:13
Re: object to send value for another object?
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!
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!