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 : Monday, March 22, 2021 11:10:06 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 Champs,

I have a (one might consider stupid or beginner) question.
I did a research in Vmix manual in this forum but couldn´t find
a proper answer.

What exactly means "Dynamic Input"?
What can be done with them in comparison to a regular input?

I really do a lot with and in Vmix and for that quite a major
amount of research.
But I could´nt find anything useful concerning that issue...
dmwkr  
#2 Posted : Tuesday, March 23, 2021 12:56:57 AM(UTC)
dmwkr

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2019(UTC)
Posts: 556

Thanks: 62 times
Was thanked: 130 time(s) in 118 post(s)
thanks 1 user thanked dmwkr for this useful post.
Chris Daum on 3/23/2021(UTC)
doggy  
#3 Posted : Tuesday, March 23, 2021 1:05:27 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,221
Belgium
Location: Belgium

Thanks: 293 times
Was thanked: 955 time(s) in 790 post(s)
They are a sort of variable

Maybe this is the most simple way to explain how one can use them



Code:
API.Function("SetDynamicInput1",Value:="SomeTitle.gtzip") or API.Function("SetDynamicInput1",Value:="37")
API.Function("SetDynamicValue1",Value:="Guest Name")

API.Function("SetText",Input:="Dynamic1",SelectedName:="Description.Text",Value:="Dynamic1")

'becomes same as 

API.Function("SetText",Input:="SomeTitle.gtzip",SelectedName:="Description.Text",Value:="Guest Name")


Note that to use them be it as Input or Value they both have to be called with DynamicX in your function or shortcut, based on if they are used as Input or Value they will retrieved as set with SetdynamicInput or SetDynamicValue

https://forums.vmix.com/...ng-for-Dummies#post88552
thanks 2 users thanked doggy for this useful post.
dmwkr on 3/23/2021(UTC), Chris Daum on 3/23/2021(UTC)
Users browsing this topic
Guest
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.