Hello,
I need help configuring VBAN buttons on my phone, Voicemeeter doesn't detect my phone and I don't know why. Could someone help me please ?
Thanks
VBAN Button configuration
VBAN Button configuration
- Attachments
-
- rtdftgh.png (71.49 KiB) Viewed 38544 times
-
- Screenshot_VBAN-Buttons_20190329-115238.png (179.9 KiB) Viewed 38544 times
-
- Screenshot_VBAN-Buttons_20190329-115226.png (158.72 KiB) Viewed 38544 times
-
- Site Admin
- Posts: 2133
- Joined: Sun Jan 17, 2010 12:01 pm
Re: VBAN Button configuration
Generally the problem comes from the Windows Firewall,
check there is rule for UDP on the wanted network IP-Address range.
you may remove IP-FRom in Voicemeeter VBAN Configuration dialgo box, to be sure to get request from everywhere.
VBAN-TEXT and VBAN-MIDI can work without IP-From (this is to allow multiple remoting points)
check there is rule for UDP on the wanted network IP-Address range.
you may remove IP-FRom in Voicemeeter VBAN Configuration dialgo box, to be sure to get request from everywhere.
VBAN-TEXT and VBAN-MIDI can work without IP-From (this is to allow multiple remoting points)
Re: VBAN Button configuration
There is a rule for UDP in my Firewall but it still doesn't work
-
- Site Admin
- Posts: 2133
- Joined: Sun Jan 17, 2010 12:01 pm
Re: VBAN Button configuration
strange you may try to de-activate your firewall the time to make a test...
or
1- shutdown Voicemeeter
2- delete all rules relaetd to Voicemeeter in firewall
3- restart Voicemeeter and allow network connections, also on public network (additional check box).
or
1- shutdown Voicemeeter
2- delete all rules relaetd to Voicemeeter in firewall
3- restart Voicemeeter and allow network connections, also on public network (additional check box).
Re: VBAN Button configuration
I have resolved my issue, you have to write SendText("vban1"... to use the first configured channel instead of calling it by its name SendText("Remote" in my case
-
- Site Admin
- Posts: 2133
- Joined: Sun Jan 17, 2010 12:01 pm
Re: VBAN Button configuration
ha right! i did not see this mistake in your first post...
Re: VBAN Button configuration
Hi, would anyone please point me to a vban TEXT button syntax for starting and stopping taperecording?
Re: VBAN Button configuration
https://www.vb-audio.com/Voicemeeter/Vo ... Manual.pdfZeroin wrote:Hi, would anyone please point me to a vban TEXT button syntax for starting and stopping taperecording?
page 37 has all the commands you're looking for
recorder.record | 0 (off) or 1 (on)| REC | 2
recorder.record | 0 (off) or 1 (on)| STOP | 2
recorder.record | 0 (off) or 1 (on)| PLAY | 2
would probably look something like this to start recording:
"SendText("vban1",recorder.record=1;);"
you probably could have started a new topic for this question instead of bumping an old one

Re: VBAN Button configuration
Thank you very much! I'll try this. Manual downloaded!
It is one issue still.. looking for workaround for making vban acceptor work in background on my android 9 miui11 Ones I got it working somehow, but now havig trouble replicating condidions.. %\
It allmost looks llike it has been restricted to run in background by design, and what I saw was just a temporary glitch. )
It is one issue still.. looking for workaround for making vban acceptor work in background on my android 9 miui11 Ones I got it working somehow, but now havig trouble replicating condidions.. %\
It allmost looks llike it has been restricted to run in background by design, and what I saw was just a temporary glitch. )
-
- Site Admin
- Posts: 2133
- Joined: Sun Jan 17, 2010 12:01 pm
Re: VBAN Button configuration
the first parameter can be only "vban1" or "vban2"
SendText("vban1" ...
SendText("vban2" ...
stream name is set in the VBAN stream configuration page.
SendText("vban1" ...
SendText("vban2" ...
stream name is set in the VBAN stream configuration page.