Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Awesome, this is getting closer. It lets me hook the volume keys to do whatever I want, perfect. controlling the volume seems to be the more difficult part. msdn.microsoft.com/en-us/library/windows/desktop/… is there a command that I could run inside macro buttons to change the volume, or would I have to build the sample that microsoft provides?
    – BLARG
    Commented Jan 13, 2017 at 0:41
  • if controlling BUS slider on Voicemeeter is not enough you maybe can also send keyboard command to Windows by adding instructions to your macrobuttons script: try for example System.KeyPress("VOLUMEDOWN"); See "System KeyDown / KeyUp / KeyPress " in user manual...
    – user258609
    Commented Jan 13, 2017 at 12:20