Faders as TCPSend

Christie Widget Designer Version 6 - Q&A

Moderator: Moderator Group

Forum rules
When asking make sure to include the operating system and the revision of Widget Designer you are using.

Faders as TCPSend

Postby thommitechnik » Sat Feb 06, 2021 5:45 pm

Hi@all,

I'm using the Widget Designer 6.5.0 under Windows 10. And I'm programming a Studio-Setup at the moment. What's going on real well. But, I'm struggling on one thing:

with Custom Scripts I can also trigger a lot of things in vMix 24. And I would also like to use the audio-capabilities in vMix. And so I would like to bring also faders on on one page. But with the fader-widget there's no ability to bring on the "TCPSend"-command. Is this right, or am I doing something wrong, overseeing one thing? Same for encoder.

Thanks for any hints, and regards
Thomas
thommitechnik
 
Posts: 2
Joined: Sun May 04, 2014 8:54 am

Re: Faders as TCPSend

Postby justyn roy » Sat Feb 06, 2021 10:21 pm

1. Create a device in the "Devices" area
Devices-Configuration.png

Make sure you label it something that is unique and makes sense.
(Add it as either a server or client as you need)

2. Create your fader - set its min and max values

3. Create an "Action Node"
In the Action Node, watch your Fader's value like this (in the top text input):
Code: Select all
Fader1.Value


4. In the bottom, type the command that the vMix needs to see, including your number:
Code: Select all
FaderTCPDevice.Send("Fader1 = " + Fader1.Value.Round(0) + "[LF]")


Done!

I've got this set up using Putty to test with and it's working great!

Good luck!
You do not have the required permissions to view the files attached to this post.
Justyn Roy

Online Manual
User avatar
justyn roy
 
Posts: 132
Joined: Tue Sep 27, 2016 1:26 am

Re: Faders as TCPSend

Postby thommitechnik » Sun Feb 07, 2021 9:33 am

Aaahhhh :) Thanks Justyn, I'll give it a try.

Thanks, and regards, Thomas
thommitechnik
 
Posts: 2
Joined: Sun May 04, 2014 8:54 am


Return to Widget Designer V6

Who is online

Users browsing this forum: No registered users and 9 guests