logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
ELCtec  
#1 Posted : Friday, November 23, 2018 2:39:46 AM(UTC)
ELCtec

Rank: Newbie

Groups: Registered
Joined: 11/23/2018(UTC)
Posts: 2
Germany
Location: Hamburg

Hello,

we are trying to integrate our production into the web controller. We would like to use the web controller the same way, we are using our Xkeyspad.

We are using some simple macros on our Xkeys, which looks like:

Button one:
Mute Source 1
Mute Source 2
Mute Source 3
Unmute Source 4
Insert Input to Preview
Stinger to live

Button two:
Mute Source 1
Mute Source 2
Unmute Source 3
Mute Source 4
Insert Input to Preview
Stinger to live

and so on...


We are facing the problem that we cant integrate this in the web controller on one button, as long we are not using a script, which you can map to one.
I got it working, without any VB.net knowledge, that the input is loaded and switches with a stinger to the live output.

Input.Find("INPUTNAME").Function("PreviewInput")
Input.Preview.Function("Stinger1")


I tried to add lines for mute and unmute the sound of the four inputs, but they are not taking it.

Input.Find("INPUT1").Function("AudioOFF")
Input.Find("INPUT2").Function("AudioOFF")
Input.Find("INPUT3").Function("AudioOFF")
Input.Find("INPUT4").Function("AudioON")
Input.Find("INPUTNAME").Function("PreviewInput")
Input.Preview.Function("Stinger1")


Also tried it with 1/0
Input.Find("INPUT1").Function("Audio=0")
...


I know that you can use the commands from shortcut function reference, but not how to insert them right
We think this is quite easy for someone with a bit more insight.


Thanks
Willi
DWAM  
#2 Posted : Friday, November 23, 2018 4:15:05 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Why don't you use Web Scripting ? It's much easier if you don't have VB.Net knowledge...

https://www.vmix.com/help21/WebScripting.html

Guillaume
ELCtec  
#3 Posted : Monday, November 26, 2018 11:43:31 PM(UTC)
ELCtec

Rank: Newbie

Groups: Registered
Joined: 11/23/2018(UTC)
Posts: 2
Germany
Location: Hamburg

Hello,

I will work through it. Going to report here if it worked out.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.