1
Tips and Tricks / VC to VC
« on: November 08, 2014, 06:35:46 PM »
Hi,
Since I don't feel like spending a lot of money on a lot of microphones and a auto mixer, i'd like to have one VC communicate with another.
i've tried doing this:
Is there any way of doing this?
Also is it possible to let VC's use shared maps?
I noticed the maps are locked from writing when vc is active.. again, workaround?
Since I don't feel like spending a lot of money on a lot of microphones and a auto mixer, i'd like to have one VC communicate with another.
i've tried doing this:
Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.0.3-->
<command id="-1" name="Actions copied from LCB">
<action>
<cmdType>TCP.UDP.SendMixed</cmdType>
<params>
<param>VC.TellVox&&{1}</param>
<param>33000</param>
<param>192.168.1.8</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType />
<params />
<cmdRepeat>1</cmdRepeat>
</action>
</command>
but the && is a delimiter and the UDP command isn't sent.. I've tried but have yet to find a way around this.Is there any way of doing this?
Also is it possible to let VC's use shared maps?
I noticed the maps are locked from writing when vc is active.. again, workaround?