vMix Forums
»
General
»
General Discussion
»
Read row in Data Source Manager (Script)
Rank: Advanced Member
Groups: Registered
Joined: 9/27/2019(UTC) Posts: 48 Location: Kuressaare
|
Hi. In order to create a vMix Script, I would need to know what command line I need to use to read from the Data Source Manager a column with a specific Table name, a specific title. Screenshot 2024-08-01 at 21.06.37.png (57kb) downloaded 0 time(s).I want to make a script so that as long as the line is completely empty, the Input will not be shown, if a number appears in the "keskmine" line, then it will automatically display the Input, and it will wait until a number appears in the next line, then it will automatically update the data in my GT Designer graphics.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: NSCPro Hi.
In order to create a vMix Script, I would need to know what command line I need to use to read from the Data Source Manager a column with a specific Table name, a specific title
I want to make a script so that as long as the line is completely empty, the Input will not be shown, if a number appears in the "keskmine" line, then it will automatically display the Input, and it will wait until a number appears in the next line, then it will automatically update the data in my GT Designer graphics. one can NOT read from a vMix data source directly unless you put its data in a title from which a script can read, or use external scripting ( make application)
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/27/2019(UTC) Posts: 48 Location: Kuressaare
|
I have added to title, but how to script read it, if data is empty not show overlay, if data is up show overlay automatically and update after every new line is coming
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/27/2019(UTC) Posts: 48 Location: Kuressaare
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/4/2021(UTC) Posts: 303 Thanks: 8 times Was thanked: 39 time(s) in 34 post(s)
|
Originally Posted by: NSCPro I have added to title, but how to script read it, if data is empty not show overlay, if data is up show overlay automatically and update after every new line is coming This is almost exactly what I posted in the Scripting for Dummies thread months ago.Code:If title <> nothing AndAlso overlay = nothing
'Set overlay
Elseif title <> nothing AndAlso overlay = input
'Next row
End if
Loop
Or if you want to keep the data source manager in charge of automatically updating the title Code:If title <> nothing
'Set overlay
'Stop script
End if
Loop
|
|
|
|
vMix Forums
»
General
»
General Discussion
»
Read row in Data Source Manager (Script)
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