I set my media volume key (a scroll wheel on keyboard) to increase volume up and down on Voicemeeter however it's possible to overscroll. I assume Voicemeeter is continuing to add +2 (or -2) to the dB value even past the GUI's 12dB limit. I use +2 so that it matches the Volume Hook setting for the "Menu -> Shortcut Key -> Hook Volume Volume Key".
Here is the macro window used.
https://i.imgur.com/ez7p3tF.png
https://i.imgur.com/3Jo1gPj.png
https://i.imgur.com/sUrB8tr.png
This is an issue because I am trying to control both Bus[0] and Bus[1] with my scroll wheel synchroniously.
here is an example of what I mean. Once I max out on Bus[0], Bus[1] continues to add, desyncing their values.
https://i.imgur.com/N9rnUKa.gif
[VM-Banana] I set a macro to Bus[1].Gain+=2.0 but its evident that going beyond 12.0dB, it keeps adding +2 past 12dB.
-
- Site Admin
- Posts: 2121
- Joined: Sun Jan 17, 2010 12:01 pm
Re: [VM-Banana] I set a macro to Bus[1].Gain+=2.0 but its evident that going beyond 12.0dB, it keeps adding +2 past 12dB
REM: you may write your different instructions in a single script (in a single button).
it's the only way to send several command in a single request (and have a strict parameters change in the same time).
For the Gain Slider limitation -60 , +12, let me know what Voicemeeter version you are using.
it's the only way to send several command in a single request (and have a strict parameters change in the same time).
For the Gain Slider limitation -60 , +12, let me know what Voicemeeter version you are using.
Re: [VM-Banana] I set a macro to Bus[1].Gain+=2.0 but its evident that going beyond 12.0dB, it keeps adding +2 past 12dB
Thanks for the response.
Gain slider; this occurs on VoiceMeeter Banana 2.0.6.2 exe package.
Specifically, I'm using strip(4).Gain+=2.0 - I haven't tested other strips.
once strip(4) slider is at +12.0, you can continue to press the macro button for strip(4).Gain+=2.0 and although invisible,
the value continues to increase because the macro to decrement the same strip[4].Gain-=2.0 takes the same amount of presses until the gain slider moves back down.
Gain slider; this occurs on VoiceMeeter Banana 2.0.6.2 exe package.
Specifically, I'm using strip(4).Gain+=2.0 - I haven't tested other strips.
once strip(4) slider is at +12.0, you can continue to press the macro button for strip(4).Gain+=2.0 and although invisible,
the value continues to increase because the macro to decrement the same strip[4].Gain-=2.0 takes the same amount of presses until the gain slider moves back down.