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.
slightly confusingly / is used a percentage multiplier so
chan 1 @ / 95 will reduce by 5%
chan 1 @/105 will increase by 5%
(and for completeness if you dont want % then chan 1 @+10 will increase by 10 and chan 1 @-10 this can also be used with hue/sat/pan/tilt etc so if working on nomads having buttons that do that for tweaking focus or colour are useful)
slightly confusingly / is used a percentage multiplier so
chan 1 @ / 95 will reduce by 5%
chan 1 @/105 will increase by 5%
(and for completeness if you dont want % then chan 1 @+10 will increase by 10 and chan 1 @-10 this can also be used with hue/sat/pan/tilt etc so if working on nomads having buttons that do that for tweaking focus or colour are useful)
www.etcconnect.com