Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send vban-text using plugin #31

Open
MinecraftedGaming opened this issue Oct 8, 2024 · 1 comment
Open

send vban-text using plugin #31

MinecraftedGaming opened this issue Oct 8, 2024 · 1 comment

Comments

@MinecraftedGaming
Copy link

ive been trying for a while to send vban-text using this plugin but i just cannot get it to work. i tested the same command in vb macro buttons and my other computer receives the commands fine but when i copy paste the same command into macro deck it just doesnt work at all
command(was taken directly from vb audio manual):

SendText("vban2",
Strip(0).mute=1;
Strip(1).mute=1;
Bus(0).gain= 0.0;);
@PhoenixWyllow
Copy link
Owner

PhoenixWyllow commented Nov 1, 2024

Unfortunately I don't use VBAN at all. I have no way of testing what works and what doesn't in your case.

Have you tried the other options in the documentation?

BEGIN_SECTION("vban2")
Strip(0).mute=1; Strip(1).mute=1;
Bus(0).gain= 0.0;
END_SECTION

The API, as far as I can tell doesn't support sending the "SendText" method. It's the same with the far simpler "wait" command (eg. Wait(2000) to wait 2 seconds between one command in the script and the next.)
Documentation for the API specifically is here

If the option above doesn't work, but it does with macro buttons, let me know and I'll see if I can implement something with that since that is supported by the API.

@PhoenixWyllow PhoenixWyllow mentioned this issue Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants