Rank: Member
Groups: Registered
Joined: 3/13/2020(UTC) Posts: 25 Location: Stockholm Thanks: 2 times
|
When broadcasting sport we also display result from other matches and when showing the new score in the other games playing simultaneous from other arenas, it would be nice to show the teams who scored result flashing instead of just showing a sign with the new score Today we get the data via APi and via DataChangeIn it automatically shows up in the right top corner for 5 sec If under "animation" in GT Designer also was possible to chose flashing Transitions would be nice! unnamed.png (13kb) downloaded 0 time(s).
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,209 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Salleman When broadcasting sport we also display result from other matches and when showing the new score in the other games playing simultaneous from other arenas, it would be nice to show the teams who scored result flashing instead of just showing a sign with the new score Today we get the data via APi and via DataChangeIn it automatically shows up in the right top corner for 5 sec If under "animation" in GT Designer also was possible to chose flashing Transitions would be nice! unnamed.png (13kb) downloaded 0 time(s). Simple enough to do with a small script , when data is different (datachange) turn text on and off Withtin GT title there is also the continuous blink option ( as you are only showing it when data changes for 5 seconds (better to do it on OnDatachangeOut)
|
|
|
|
Rank: Member
Groups: Registered
Joined: 3/13/2020(UTC) Posts: 25 Location: Stockholm Thanks: 2 times
|
Originally Posted by: doggy Originally Posted by: Salleman When broadcasting sport we also display result from other matches and when showing the new score in the other games playing simultaneous from other arenas, it would be nice to show the teams who scored result flashing instead of just showing a sign with the new score Today we get the data via APi and via DataChangeIn it automatically shows up in the right top corner for 5 sec If under "animation" in GT Designer also was possible to chose flashing Transitions would be nice! unnamed.png (13kb) downloaded 0 time(s). Simple enough to do with a small script , when data is different (datachange) turn text on and off Withtin GT title there is also the continuous blink option ( as you are only showing it when data changes for 5 seconds (better to do it on OnDatachangeOut) Yep, you're absolutely right there! However, I encounter a problem/challenge in how to handle the data flow for which I don't really have a good solution. The data coming from the APi is formatted (1 - 6) and on the next goal for the home team comes (2 - 6) so I will not in any good way just read the 1 to now the 2 without the whole (2 - 6) flashes. I just want the 2 to flash and how I can create code that determines which ab the numbers will flash. How do I get the code to determine, that in this case realize that it is precisely the 2 that is the difference. Tried with all the host's code-ish but unfortunately it fails. Any suggestions?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,209 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Salleman Originally Posted by: doggy Originally Posted by: Salleman When broadcasting sport we also display result from other matches and when showing the new score in the other games playing simultaneous from other arenas, it would be nice to show the teams who scored result flashing instead of just showing a sign with the new score Today we get the data via APi and via DataChangeIn it automatically shows up in the right top corner for 5 sec If under "animation" in GT Designer also was possible to chose flashing Transitions would be nice! unnamed.png (13kb) downloaded 0 time(s). Simple enough to do with a small script , when data is different (datachange) turn text on and off Withtin GT title there is also the continuous blink option ( as you are only showing it when data changes for 5 seconds (better to do it on OnDatachangeOut) Yep, you're absolutely right there! However, I encounter a problem/challenge in how to handle the data flow for which I don't really have a good solution. The data coming from the APi is formatted (1 - 6) and on the next goal for the home team comes (2 - 6) so I will not in any good way just read the 1 to now the 2 without the whole (2 - 6) flashes. I just want the 2 to flash and how I can create code that determines which ab the numbers will flash. How do I get the code to determine, that in this case realize that it is precisely the 2 that is the difference. Tried with all the host's code-ish but unfortunately it fails. Any suggestions? Using GT title split up the home - away score , will make your live easier be it using GT option or script option to make the value "blink" If one can not change anything in the data source then put it in a hidden title text field first , retrieve it and split it up (script) before putting it in the actual text fields Also its a good ideo to explain better your goal as it now is confusing aas to the show for 5 seconds , is that the blinking or the whole score ?
|
|
|
|
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