contol a macro buton via android VBAN-Buttons
contol a macro buton via android VBAN-Buttons
Is is possible to control a Voicemeeter macro button via a button on the VBAN-Buttons app?
-
- Site Admin
- Posts: 2136
- Joined: Sun Jan 17, 2010 12:01 pm
Re: contol a macro buton via android VBAN-Buttons
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