Page 1 of 1
set default values in lemur editor?
Posted: 13 Sep 2013 18:06
by prismspecs
Can I set a default value for a fader? They seem to be at zero which isn't very flexible.
Re: set default values in lemur editor?
Posted: 13 Sep 2013 23:34
by Softcore
2 ways....
1. Save the project with the fader at the setting you desire...not very handy, you are bound to forget saving it like so in some point or another
2. Add a script in project level...Set it to execute on load...set the fader to the desired value - if you know the desired value in midi values, then its midi/127 -for example if you want your fader to default to midi value 100
Fader.x=100/127;
remember to reference correctly the actual name of the fader
Re: set default values in lemur editor?
Posted: 18 Sep 2013 12:47
by Zzrolf
Hi. Is it possible to use that same script with say, 16 buttons or do I have to
write 16 scripts one for each button?
Zzrolf
Re: set default values in lemur editor?
Posted: 21 Sep 2013 12:36
by Softcore
You can create a "loop" that will cycle through all, predefined objects....for many objects its less typing.....
here's an example which defaults to zero four faders and four switches