Could I request the following be considered to be added to the VM Macros?
1) Enable more than 1 trigger on a macro.
e.g. monitor 2+ inputs and make the required adjustment rather then having to duplicate another button for the same tasks.
2) Enable a macro to enable/disable triggers (by macro name?)
e.g. I hit a keyboard shortcut which will [dis/]enable other macro trigger(s).
like: strip(2).Trigger1=1 (where 1=on, 0=off and Trigger1=the first trigger in the list
![Wink ;)](./images/smilies/icon_e_wink.gif)
3) Rather than only having a hard coded volume value, allow the value be calculated/dynamic
This is so it takes the current volume and then adjusts it in relation to the current value.
e.g. instead of : strip(0).FadeTo=(-5.0,1000) and a second macro for strip(0).FadeTo=(-10.0,1000) and so on...
Allow the option of a calculation for a macro to be something like: strip(0).FadeTo=((#1)-5.0,1000) so you keep hitting the macro to get -5dB increments of that strip or bus.
Ta
![Smile :)](./images/smilies/icon_e_smile.gif)
W