Hi,
I have a working virtual input to hardware out (A1+A2) in our office. Each Wednesday we have a meeting for an hour; same time each week. I'd like to mute A1 at the start of the meeting and turn it back up at the end without having to interact with the server because it's in a different location.
Any pointers are appreciated!
Brian
Volume on a timer?
Re: Volume on a timer?
For the benefit of others, this was resolved with Task Scheduler + Sendkeys in a batch file + VoiceMeeter Macro buttons.
I was unable to get Alt-F16 through Alt-F18 hotkeys to work. Not sure if this is an issue with SendKeys or a bug in VM Macro
I was unable to get Alt-F16 through Alt-F18 hotkeys to work. Not sure if this is an issue with SendKeys or a bug in VM Macro
-
- Site Admin
- Posts: 2121
- Joined: Sun Jan 17, 2010 12:01 pm
Re: Volume on a timer?
yes, the MacroButton can offer a part of the solution, also to send VBAN request to remote your voicemeeter on the network.
There is no Timer as Event to control a button... but this is something we can think about...
(the MT128 series is expected to integrate a complete scheduler - MT32-SPLite could be used to manage any time base event to control Voicemeeter by VBAN - but the version is not release yet).?
will check for ALT-F16 or ALT-F18, but it can depends on system too... some key can be not available i guess...
There is no Timer as Event to control a button... but this is something we can think about...
(the MT128 series is expected to integrate a complete scheduler - MT32-SPLite could be used to manage any time base event to control Voicemeeter by VBAN - but the version is not release yet).?
will check for ALT-F16 or ALT-F18, but it can depends on system too... some key can be not available i guess...
Re: Volume on a timer?
There seems to be another bug with the Macro Button tool.
On Hardware Out A and B there is a fader gain slider for each output. These sliders work as intended (independent up = loud, down = quiet) controlling the individual hardware lines independently. In Macro Button, if I configure a button to alter ONE of those sliders (A or B) to higher, lower, or all the way down, I do not get the intended effect. The GUI looks correct as the slider moves to the intended place, the visualization changes properly. However the actual output is yoked to A Out.
Example buttons that are affected as Button On/Trigger IN (each example is a distinct macro button with only a button color and keyboard shortcut changed from the default button):
On Hardware Out A and B there is a fader gain slider for each output. These sliders work as intended (independent up = loud, down = quiet) controlling the individual hardware lines independently. In Macro Button, if I configure a button to alter ONE of those sliders (A or B) to higher, lower, or all the way down, I do not get the intended effect. The GUI looks correct as the slider moves to the intended place, the visualization changes properly. However the actual output is yoked to A Out.
Example buttons that are affected as Button On/Trigger IN (each example is a distinct macro button with only a button color and keyboard shortcut changed from the default button):
- BUS(0).FadeTo=(-99, 1)
BUS(0).FadeTo=(-13, 1)
BUS(0).FadeTo=(10, 1)
BUS(1).FadeTo=(-99, 1)
BUS(1).FadeTo=(-13, 1)
BUS(1).FadeTo=(10, 1)
Re: Volume on a timer?
I believe VoiceMeeter Potato has a WAIT function that you can script into the macro now.
https://twitter.com/VB_Audio/status/1177206155279523840
https://twitter.com/VB_Audio/status/1177206155279523840
-
- Site Admin
- Posts: 2121
- Joined: Sun Jan 17, 2010 12:01 pm
Re: Volume on a timer?
yes, the last MacroButton (potato 3.0.0.9) version is offering a Wait function (the 'wait' is performed by the MacroButton Script execution).