Page 1 of 1

contol a macro buton via android VBAN-Buttons

Posted: Sun Dec 19, 2021 12:00 pm
by gh0stless
Is is possible to control a Voicemeeter macro button via a button on the VBAN-Buttons app?

Re: contol a macro buton via android VBAN-Buttons

Posted: Thu Dec 23, 2021 1:29 pm
by Vincent Burel
yes, you can use the following possible instructions:

Code: Select all

Command.Button[i].State = 0; //(or 1) Change Macro Button State
Command.Button[i].StateOnly = 0; //(or 1) Change Button State only (without executing script)
Command.Button[i].Trigger = 0; //(or 1) Change Trigger Enable State