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
Chris Daum  
#1 Posted : Wednesday, December 2, 2020 11:45:30 PM(UTC)
Chris Daum

Rank: Advanced Member

Groups: Registered
Joined: 11/20/2020(UTC)
Posts: 74
Man
Germany

Thanks: 13 times
Was thanked: 9 time(s) in 9 post(s)
Hi Folks,

after quite a couple of shows each with several caller I came to (for me working best) the solution:

General set Up:
-Studio with cameras
-Moderator plus very few participants live on stage
-Callers as external participants
-Audio System (Mics etc)
-Video Mixing desk separate
-Vmix PC with HD SDI input Cards
-external Sound Out via USB
-Inputs 1-4 ALWAYS Call 1-4
-Inputs 5&6 ALWAYS Input from Audio Desk/Headset Mic

Audio Buses:
all M-G
Audio Sources
Call 1 D
Call 2 E
...

Bus B&C for collecting calls (if needed) for routing to Master together

Headset on A

multiple Buttons for Stream Deck (or what ever)

Scripting
1. Talk Back Call1
API.Function("AudioBusON", Input:=1, Value:="A")
API.Function("AudioBusON", Input:=6, Value:="D")
API.Function("AudioBusOFF", Input:=1, Value:="M")
API.Function("AudioON", Input:=1) ´just for safety
API.Function("AudioON", Input:=6)´just for safety

2. Talk Back Call 2
API.Function("AudioBusON", Input:=2, Value:="A")
API.Function("AudioBusON", Input:=6, Value:="E")
API.Function("AudioBusOFF", Input:=2, Value:="M")
API.Function("AudioON", Input:=2) ´just for safety
API.Function("AudioON", Input:=6)´just for safety

aso...


3. Show Call 1
API.Function("AudioBusON", Input:=1, Value:="M")
API.Function("AudioBusON", Input:=5, Value:="D")
API.Function("AudioBusOFF", Input:=1, Value:="A")

and so on

This way it works real fine and is easy to use!

aaahhhh... get the Scripts to the Stream Deck Buttons :-)
gradateurFR  
#2 Posted : Friday, December 25, 2020 12:32:45 PM(UTC)
gradateurFR

Rank: Member

Groups: Registered
Joined: 11/24/2020(UTC)
Posts: 10
France
Location: Chamigny

Thanks: 7 times
Was thanked: 3 time(s) in 3 post(s)
Thanks, Chris...

We must test this soon.
it's very nice to have shared this!
DWAM  
#3 Posted : Friday, December 25, 2020 6:29:51 PM(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)
There are several ways to get there yes... With DynamicInputs in v24, it's now possible to simplify all this... Less shortcuts/scripts required

If you want more flexibility regarding inputs position, use GUIDs, rather than input numbers, in your local scripts
thanks 1 user thanked DWAM for this useful post.
Chris Daum on 6/4/2021(UTC)
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.