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 !
Need help with voicemeeter macro
-
- Site Admin
- Posts: 2133
- Joined: Sun Jan 17, 2010 12:01 pm
Re: Need help with voicemeeter macro
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
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
it worked thanks a lot ive been looking all over the manual trying to find the command !