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
SergeyK.  
#1 Posted : Monday, February 15, 2021 11:50:10 PM(UTC)
SergeyK.

Rank: Newbie

Groups: Registered
Joined: 2/12/2021(UTC)
Posts: 4
Russian Federation
Location: Nishni Tagil

Good day! I cannot find a solution to this problem: During the live broadcast of the competition, it is necessary to display the jury's marks on the screen at the same time as the commentator calls them. There are 6 jury members, estimates from 1 to 5. If I use the title editor, I do not have time to enter the data. I would very much like if pressing the number key would enter the first point, the second press of the number key would enter the second point, and so on. I'm new to scripting, so I ask for help, tell me the script writing algorithm. But if the masters write such a script, I will be very grateful!
doggy  
#2 Posted : Tuesday, February 16, 2021 12:55:12 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)
Originally Posted by: SergeyK. Go to Quoted Post
But if the masters write such a script, I will be very grateful!


Sure


Quote:
I do not have time to enter the data


How fast are they announcing the individual scores that you can not keep up ?
why not use shortcuts for the scores itself (1-5) ? but you still will have to select one of the 6 positions though. If automatically to the next what if you made an error and want to go back ?
Henny  
#3 Posted : Tuesday, February 16, 2021 1:05:09 AM(UTC)
Henny

Rank: Advanced Member

Groups: Registered
Joined: 5/14/2013(UTC)
Posts: 140
Man
Location: uk

Thanks: 2 times
Was thanked: 24 time(s) in 20 post(s)
Could the Commentator or someone else enter the numbers into a Google sheet before they are announced then you can just have some shortcuts that Show/Hide each Feild.
doggy  
#4 Posted : Tuesday, February 16, 2021 1:07:40 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)
Originally Posted by: Henny Go to Quoted Post
Could the Commentator or someone else enter the numbers into a Google sheet before they are announced then you can just have some shortcuts that Show/Hide each Feild.


Yes

Part of covering such events is a cooperation with the organization for such things regarding presenting results etc
SergeyK.  
#5 Posted : Wednesday, February 17, 2021 4:04:32 PM(UTC)
SergeyK.

Rank: Newbie

Groups: Registered
Joined: 2/12/2021(UTC)
Posts: 4
Russian Federation
Location: Nishni Tagil

Originally Posted by: doggy Go to Quoted Post
Originally Posted by: SergeyK. Go to Quoted Post
But if the masters write such a script, I will be very grateful!


Sure


Quote:
I do not have time to enter the data


How fast are they announcing the individual scores that you can not keep up ?
why not use shortcuts for the scores itself (1-5) ? but you still will have to select one of the 6 positions though. If automatically to the next what if you made an error and want to go back ?


Hello doggy! The scores are shown like this: The performance ends and all members of the jury raise the scoreboards. The commentator pronounces them one after another. 1.5 - 2 seconds between grades. I manage to show one assessment using shortcuts. But how do you move to the next position? or do you need to make 5 * 6 = 30 shortcuts? I tried to use Date Sourse, but in reality it turns out to show all grades immediately after the end of their pronunciation. I'm almost ready to stop there, but I really want to solve this interesting problem - the commentator calls the assessment and it immediately appears on the screen)
SergeyK.  
#6 Posted : Wednesday, February 17, 2021 4:06:43 PM(UTC)
SergeyK.

Rank: Newbie

Groups: Registered
Joined: 2/12/2021(UTC)
Posts: 4
Russian Federation
Location: Nishni Tagil

Originally Posted by: Henny Go to Quoted Post
Could the Commentator or someone else enter the numbers into a Google sheet before they are announced then you can just have some shortcuts that Show/Hide each Feild.


But unfortunately this is not the case

Babbit  
#7 Posted : Wednesday, February 17, 2021 5:16:38 PM(UTC)
Babbit

Rank: Advanced Member

Groups: Registered
Joined: 10/26/2020(UTC)
Posts: 76
United States
Location: Maryland

Thanks: 2 times
Was thanked: 26 time(s) in 20 post(s)
I really don't think scripting is the way to go.

Consider making your own panel where you can quickly click the scores for each judge. I've used vMix Panel Builder, which is in the 3rd party forum. The example below only took me 5 minutes to make with no scripting or coding:

Sample

You can even put the program on a different system as long as it can communicate with your vMix system over network. It gives you the chance to delegate the job to another position.

You'll probably want to add more functions to the panel, like clearing the scores. Also not leaving out the sixth judge like I did is probably a good idea. You can also take advantage of the OnDataChange event if you're using GT title if you want to animate each score as it comes in.

The same thing can be accomplished with a MIDI controller with a lot of buttons and shortcuts, but obviously you're buying more things at that point.

dmwkr  
#8 Posted : Wednesday, February 17, 2021 5:38:52 PM(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)
Originally Posted by: SergeyK. Go to Quoted Post


How I tried to use Date Sourse, but in reality it turns out to show all grades immediately after the end of their pronunciation. I'm almost ready to stop there, but I really want to solve this interesting problem - the commentator calls the assessment and it immediately appears on the screen)


Originally Posted by: SergeyK. Go to Quoted Post
Originally Posted by: Henny Go to Quoted Post
Could the Commentator or someone else enter the numbers into a Google sheet before they are announced then you can just have some shortcuts that Show/Hide each Feild.


But unfortunately this is not the case



Yeah, but you seem to have enough time to enter the numbers into the data source by yourself. So hiding/unhiding the fields with pages in a GT title is a good solution.
SergeyK.  
#9 Posted : Wednesday, February 17, 2021 6:04:29 PM(UTC)
SergeyK.

Rank: Newbie

Groups: Registered
Joined: 2/12/2021(UTC)
Posts: 4
Russian Federation
Location: Nishni Tagil

Originally Posted by: Babbit Go to Quoted Post
I really don't think scripting is the way to go.

Consider making your own panel where you can quickly click the scores for each judge. I've used vMix Panel Builder, which is in the 3rd party forum. The example below only took me 5 minutes to make with no scripting or coding:

Sample

You can even put the program on a different system as long as it can communicate with your vMix system over network. It gives you the chance to delegate the job to another position.

You'll probably want to add more functions to the panel, like clearing the scores. Also not leaving out the sixth judge like I did is probably a good idea. You can also take advantage of the OnDataChange event if you're using GT title if you want to animate each score as it comes in.

The same thing can be accomplished with a MIDI controller with a lot of buttons and shortcuts, but obviously you're buying more things at that point.



Many thanks! You gave me a good idea! I will definitely do it
Users browsing this topic
Guest (2)
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.