Page 1 of 1

Voicemeeter (Banana) Macro Feature Requests

Posted: Wed Nov 14, 2018 11:19 pm
by weeemrcb
Hi
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 ;) )

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 :)
W

Re: Voicemeeter (Banana) Macro Feature Requests

Posted: Thu Nov 15, 2018 1:56 am
by brickviking
In my setup on one of my buttons I've got strip[3].gain-=2.5, this does what you want, but in jumps instead of fades. I don't know if this would be an option for you, but I find it pretty useful.

(Post 44)

Re: Voicemeeter (Banana) Macro Feature Requests

Posted: Thu Nov 15, 2018 6:28 pm
by weeemrcb
Yes :) That works
Not "FadeTo", but it does with "Gain"

I can get by with that for now :)