[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.

The Virtual Audio Mixer discussions and support...
Post Reply
blue lamb
Posts: 10
Joined: Tue Dec 08, 2015 10:37 am

[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.

Post by blue lamb »

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
Vincent Burel
Site Admin
Posts: 2020
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

Post by Vincent Burel »

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.
blue lamb
Posts: 10
Joined: Tue Dec 08, 2015 10:37 am

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

Post by blue lamb »

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.
Post Reply