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
Hall3008  
#1 Posted : Wednesday, September 2, 2020 5:41:28 PM(UTC)
Hall3008

Rank: Advanced Member

Groups: Registered
Joined: 7/31/2016(UTC)
Posts: 69
Man
Croatia

Thanks: 12 times
Was thanked: 2 time(s) in 2 post(s)
I will do my best to give you an example. Namely, I do something about handball, more about exclusion, so I have 3 variables that are excluded when they reach zero. So this is an example of a problem in vmix.
Look. We have three variables Time1, Time2 and Time3. (I did that in GT Designer) Time1 is initially 10 sec, Time2 20 sec, Time3 30 sec. With a space I start the countdown to zero. When each reaches its zero, it should disappear one by one. I did this via the trigger option. However, the problem is that when the first Time1 reaches zero all the others are also deleted (OnCountdownComplete, Function = Title> SetTextVisibleOff) for all three but only when they reach zero. I hope I explained it well. look at the pictures
First:
Time1=10, Time2=20, Time3=30
vmix1problem.jpg (136kb) downloaded 0 time(s).
Second:
Press Space for countdown- Now is Time1=05, Time2=15,Time3=25
vmix2problem.jpg (136kb) downloaded 0 time(s).
Now:
vmix3problem.jpg (139kb) downloaded 0 time(s).
Look after this sec, all hide. Not only Time1 but Time2 and Time3
vmix4problem.jpg (137kb) downloaded 0 time(s).
look Trigger in input proba.gtzip
vmix5problem.jpg (162kb) downloaded 1 time(s). vmix6problem.jpg (160kb) downloaded 0 time(s). vmix7problem.jpg (161kb) downloaded 2 time(s).

I think it would be good to separate in some way in the trigger OnCountDownComplete for all Time1, Time2, Time3 not at once. I hope you understand and that I have described the problem well
doggy  
#2 Posted : Wednesday, September 2, 2020 6:05:18 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Until this is implemented

use a script where you can check and manipulate each individual textblock based on each individual countdown value
IceStream  
#3 Posted : Wednesday, September 2, 2020 8:41:27 PM(UTC)
IceStream

Rank: Advanced Member

Groups: Registered
Joined: 3/7/2012(UTC)
Posts: 2,602
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 post(s)
@ Hall3008

I think the issue is that the “OnCountdownCompleted” Trigger function is not able to distinguish which countdown is the “target” countdown to use and so the first “completed” timer will “Trigger” all “OnCountdownCompleted“ functions in the list.

An alternate solution to doggy’s check script (for those that do not have VMix 4K or Pro) is to set up individual countdown timers that each “Trigger” of their own accord.


Ice
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.