set default values in lemur editor?

Discuss problems and solutions.
Post Reply
prismspecs
Newbie
Posts: 3
Joined: 05 Sep 2013 15:11

set default values in lemur editor?

Post by prismspecs »

Can I set a default value for a fader? They seem to be at zero which isn't very flexible.
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: set default values in lemur editor?

Post 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 ;)
Zzrolf
Newbie
Posts: 7
Joined: 26 Aug 2013 05:25

Re: set default values in lemur editor?

Post 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
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: set default values in lemur editor?

Post 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
Attachments
defaults-example.jzml
(11.96 KiB) Downloaded 118 times
Post Reply