Page 1 of 1

Need help with voicemeeter macro

Posted: Sat Jan 16, 2016 2:01 pm
by TorTuga
I have just downloaded the program recently and i have to say it's fantastic , i use it all the time to share music on skype with my friends but i also noticed it has macro buttons in the menu so can someone help me set a macro for a button that , when pressed , switches the B channel on and off from the virtual imput . Here is what i am talking about : http://prntscr.com/9qst7g
Any help is much apreciated !

Re: Need help with voicemeeter macro

Posted: Sat Jan 16, 2016 4:35 pm
by Vincent Burel
hello,

thanks for your message, you will find many information about MACRO Button in the user manual in Voicemeeter Remote API forum...

if you want to push the B button of virtual input by macro, use the following instruction

swith ON B Button : strip[2].b1 = 1
swith OFF B Button : strip[2].b1 = 0

Re: Need help with voicemeeter macro

Posted: Sat Jan 16, 2016 4:41 pm
by TorTuga
it worked thanks a lot ive been looking all over the manual trying to find the command !