Search found 11 matches
- Thu Aug 13, 2020 12:49 pm
- Forum: Voicemeeter
- Topic: VAIO level meter pre-fader
- Replies: 1
- Views: 1156
VAIO level meter pre-fader
Is there a way to make the level meter of VAIO and AUX operate pre-fader? Such that the input level will show the signal as it comes into the channel, regardless of the channels's fader level.
- Thu Aug 13, 2020 12:44 pm
- Forum: Voicemeeter
- Topic: FEATURE REQUEST: global keyboard shortcut to Show Macro.Buttons
- Replies: 2
- Views: 1057
Re: FEATURE REQUEST: global keyboard shortcut to Show Macro.Buttons
I have a slight workaround using AutoHotKey. Using one key, you can toggle between minimized and unminimized and opening it if it's closed. In the code below, pressing F18 will open MacroButtons if it's closed. If it's open but not the active window it will become the active window. If it is the act...
- Tue Nov 12, 2019 1:26 pm
- Forum: Voicemeeter Remote API
- Topic: [Feature Request] Load different button map via command
- Replies: 6
- Views: 15646
Re: [Feature Request] Load different button map via command
ok, i note it, but this version is not really made for that... will see... What's the status of this? I have encountered a need to load different button maps too. I have a G key on my keyboard assigned F14. Each button map would have F14 assigned to the next button map. Basically I am using MIDI fo...
- Sat Sep 14, 2019 3:30 pm
- Forum: Voicemeeter
- Topic: Macro Buttons System.KeyPress
- Replies: 2
- Views: 2629
Re: Macro Buttons System.KeyPress
Ah ok! Thanks for your help.Vincent Burel wrote:System.KeyPress("F9");
the parameter is a STRING so must be inside "" See Example in user manual.

- Fri Sep 13, 2019 2:46 pm
- Forum: Voicemeeter
- Topic: Macro Buttons System.KeyPress
- Replies: 2
- Views: 2629
Macro Buttons System.KeyPress
I have seen the following in the documentation. https://i.imgur.com/Fv4FYY4.png What I'd like to achieve is using MIDI to send a button press. For one of the Macro button I have in Request for Button ON / Trigger IN: System.KeyPress(F9) But I am unable to trigger this key press. Am I misunderstandin...
- Fri Sep 13, 2019 2:16 pm
- Forum: Voicemeeter
- Topic: Medi Controller Device for Voicemeeter
- Replies: 2
- Views: 2777
Re: Medi Controller Device for Voicemeeter
I am using the Akai LPD8 with reasonable success. Everything is recognized, the knobs work great, the pads do too. Linking is reasonably straight forward. I use both midi mapping and Macro Buttons. There is a small issue with the toggle state mode for the pads. The LPD8, when the pads are toggleable...
- Fri Aug 31, 2018 8:45 am
- Forum: Voicemeeter
- Topic: Macro Buttons open directory
- Replies: 1
- Views: 1976
Re: Macro Buttons open directory
Ok so I have found this technically works, but with some issues: Request for Button ON /Trigger IN: System.Execute("%windir%\system32\cmd.exe","C:\path\to\directory","/C start .") Because it opens a cmd prompt, on my system sometimes there is a delay with that, so it is laggy. Am I missing something...
- Fri Aug 31, 2018 8:33 am
- Forum: Voicemeeter
- Topic: Macro Buttons open directory
- Replies: 1
- Views: 1976
Macro Buttons open directory
I'm having a small issue with using macro buttons to open a specific directory in Windows Explorer. I have tried the following: Request for Button ON /Trigger IN: System.Execute("%windir%\Windows\explorer.exe", "C:\path\of\directory", "") This opens explorer but not to the desired path. Using Window...
- Sun Jun 24, 2018 12:44 pm
- Forum: Voicemeeter
- Topic: Limit Remote Gain to 0 dbfs
- Replies: 1
- Views: 2979
Limit Remote Gain to 0 dbfs
Just a quick question, I am wondering what this menu option does.
- Sun Jun 24, 2018 12:41 pm
- Forum: Voicemeeter
- Topic: Feature request: toggle window state on tray icon click
- Replies: 12
- Views: 12253
Re: Feature request: toggle window state on tray icon click
I use a global hotkey to show/hide voicemeeter. This is done with AutoHotKey.
In my case, I have a keyboard with assignable macro keys and I've set one to show and hide Voicemeeter. You could assign show/hide to any key combination with a fairly simple script.
In my case, I have a keyboard with assignable macro keys and I've set one to show and hide Voicemeeter. You could assign show/hide to any key combination with a fairly simple script.