I want to write a macro that decreases my intensity by 5% every time I select it and 1 that increases it by 5% everytime I select it. Not sure of the steps. Any help would be appreciated.
I want to write a macro that decreases my intensity by 5% every time I select it and 1 that increases it by 5% everytime I select it. Not sure of the steps. Any help would be appreciated.
The syntax for adding 5% is @+05 Enter.
To subtract 5% add a negative value, so @+-05 Enter.
Are you sure?
I think that adds 5 to the channel value not 5%
ie
chan 1 @50
chan 1 @+10
sets the channel to 60
whereas
chan 1 @50
chan 1 @/110
sets it to 55
and chan 1@+05 adds 5%, as stated
It does depend on what you are trying to achieve.
If you are running a bunch of lights at 20 and some at 50 and you want to increase it all uniformly and in proportion then select all lights and then @ / 120 will achieve that whereas @ + 20 would turn on the lights that were off and change the relationship between the lights that were on.
It does depend on what you are trying to achieve.
If you are running a bunch of lights at 20 and some at 50 and you want to increase it all uniformly and in proportion then select all lights and then @ / 120 will achieve that whereas @ + 20 would turn on the lights that were off and change the relationship between the lights that were on.
www.etcconnect.com