contol a macro buton via android VBAN-Buttons

The Virtual Audio Mixer discussions and support...
Post Reply
gh0stless
Posts: 2
Joined: Sat Sep 24, 2016 7:46 am

contol a macro buton via android VBAN-Buttons

Post by gh0stless »

Is is possible to control a Voicemeeter macro button via a button on the VBAN-Buttons app?
Vincent Burel
Site Admin
Posts: 2136
Joined: Sun Jan 17, 2010 12:01 pm

Re: contol a macro buton via android VBAN-Buttons

Post 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
Post Reply