Rank: Advanced Member
Groups: Registered
Joined: 11/20/2020(UTC) Posts: 74 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...
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/23/2019(UTC) Posts: 556
Thanks: 62 times Was thanked: 130 time(s) in 118 post(s)
|
|
1 user thanked dmwkr for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,221 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
|
2 users thanked doggy for this useful post.
|
|
|
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close