Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nick

Pages: [1]
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:
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&amp;&amp;{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?

2
Tips and Tricks / Re: VC Knows All About You
« on: November 08, 2014, 06:32:55 PM »
Is there any progress on this?
I was reading the thread and I found it really interesting!

Pages: [1]