Search found 14 matches

by BangDroid
Sun Dec 11, 2022 11:25 pm
Forum: Spectralissime
Topic: License renewal
Replies: 1
Views: 54032

License renewal

I just now had Spectralissime prompt me for a response code. The challenge code/response code was apparently invalid. But my license was working fine just days ago. I did have to do this once before when I changed CPU, which is fine. But I definitely recall my license regen number was 0 because I re...
by BangDroid
Sat Apr 10, 2021 12:16 am
Forum: VBAN Procotol
Topic: VBAN Buttons UI bug (Android)
Replies: 0
Views: 25724

VBAN Buttons UI bug (Android)

Recently found a rotation bug with VBAN Buttons android app. If I rotate my device to landscape, the layout becomes very squashed and displays two pages (buttons 1 - 16). If I tap the Edit buttons section the layout is correct and navigating back to buttons shows the correct 1 -8 layout. Rotating ba...
by BangDroid
Sun Mar 07, 2021 3:34 pm
Forum: Voicemeeter
Topic: Cannot Re-install Voicemeeter !?
Replies: 5
Views: 281800

Re: Cannot Re-install Voicemeeter !?

So I did all of this and since the Win 10 update, now when I talk into my microphone it sounds like I just inhaled a balloon full of helium. I can't figure out a way to get it to sound normal again. Getting INCREDIBLY frustrated with this. I know this is somewhat necro'ing this post and this has be...
by BangDroid
Thu Aug 13, 2020 12:49 pm
Forum: Voicemeeter
Topic: VAIO level meter pre-fader
Replies: 1
Views: 3555

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.
VmLevel.PNG
VmLevel.PNG (26.55 KiB) Viewed 3555 times
by BangDroid
Thu Aug 13, 2020 12:44 pm
Forum: Voicemeeter
Topic: FEATURE REQUEST: global keyboard shortcut to Show Macro.Buttons
Replies: 2
Views: 4078

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...
by BangDroid
Tue Nov 12, 2019 1:26 pm
Forum: Voicemeeter Remote API
Topic: [Feature Request] Load different button map via command
Replies: 6
Views: 48699

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...
by BangDroid
Sat Sep 14, 2019 3:30 pm
Forum: Voicemeeter
Topic: Macro Buttons System.KeyPress
Replies: 2
Views: 6625

Re: Macro Buttons System.KeyPress

Vincent Burel wrote:System.KeyPress("F9");

the parameter is a STRING so must be inside "" See Example in user manual.
Ah ok! Thanks for your help. :D
by BangDroid
Fri Sep 13, 2019 2:46 pm
Forum: Voicemeeter
Topic: Macro Buttons System.KeyPress
Replies: 2
Views: 6625

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...
by BangDroid
Fri Sep 13, 2019 2:16 pm
Forum: Voicemeeter
Topic: Medi Controller Device for Voicemeeter
Replies: 2
Views: 6303

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...
by BangDroid
Fri Aug 31, 2018 8:45 am
Forum: Voicemeeter
Topic: Macro Buttons open directory
Replies: 1
Views: 4529

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