set default values in lemur editor?
-
- Newbie
- Posts: 3
- Joined: 05 Sep 2013 15:11
set default values in lemur editor?
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?
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
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?
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
write 16 scripts one for each button?
Zzrolf
Re: set default values in lemur editor?
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
here's an example which defaults to zero four faders and four switches
- Attachments
-
- defaults-example.jzml
- (11.96 KiB) Downloaded 119 times