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
whatupcraig  
#1 Posted : Wednesday, December 1, 2021 12:21:06 AM(UTC)
whatupcraig

Rank: Newbie

Groups: Registered
Joined: 11/30/2021(UTC)
Posts: 3
United States
Location: Texas

Thanks: 1 times
Capture.PNG (6kb) downloaded 1 time(s).

I have two titles above. The List, which in the above picture is Raids, and then the content, which in the above case is the #3? wh0urdady: 3 raids. The List is just the title of the content. The content will cycle through 10 items and then will go onto another List such as say subs. What I am trying to do is synchronzie the two. So say Raids pops up the 10 items in list in content flows through and then it moves onto Subs and then would cycle through that list. Right now I have the List title set to auto next and loop every 50 seconds and the content to auto next and loop every 5 seconds. It doesnt sync well. How can I sync these two titles together?
doggy  
#2 Posted : Wednesday, December 1, 2021 1:14:21 AM(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)
Can you rephrase please.

What do you mean by list and 2 titles above, content flows through, it moves onto Subs , how do you loop every 50 seconds, content to auto next and loop every 5 seconds ...
whatupcraig  
#3 Posted : Wednesday, December 1, 2021 3:47:43 AM(UTC)
whatupcraig

Rank: Newbie

Groups: Registered
Joined: 11/30/2021(UTC)
Posts: 3
United States
Location: Texas

Thanks: 1 times
Titles.PNG (4kb) downloaded 0 time(s).
This csv is the first title. So this is the 'category' if you will of the content.

Data.PNG (39kb) downloaded 0 time(s).
This csv is the for the content list and is the second title.


I have the first title loop through every 50 seconds then and the second title loop through every 5 seconds. There are 10 items in each 'category'. I am looping through at 5 seconds per item so I want the first title to loop through at 50 seconds, 5 seconds * 10 items = 50 seconds. Not meant to be condescending btw. Just trying to explain where I am getting it from.

What I am trying to accomplish is for the first title to display for the length of the 10 items in the 2nd title and then change once the second title hits a new category, if that makes sense.

There is probably an easier way to do this but I am new to vmix.
raugert  
#4 Posted : Wednesday, December 1, 2021 4:58:11 AM(UTC)
raugert

Rank: Advanced Member

Groups: Registered
Joined: 8/5/2017(UTC)
Posts: 560
Canada
Location: Manitoba

Thanks: 108 times
Was thanked: 309 time(s) in 176 post(s)
I would use only one database and put your "Category" in column A and put the "Content List" in column B. You would duplicate the name of the category in column A for each 10 rows of data. That way it will always be in sync.

Screen Shot 2021-11-30 at 12.57.34 PM.png (141kb) downloaded 0 time(s).
thanks 1 user thanked raugert for this useful post.
whatupcraig on 12/1/2021(UTC)
whatupcraig  
#5 Posted : Wednesday, December 1, 2021 5:11:25 AM(UTC)
whatupcraig

Rank: Newbie

Groups: Registered
Joined: 11/30/2021(UTC)
Posts: 3
United States
Location: Texas

Thanks: 1 times
Originally Posted by: raugert Go to Quoted Post
I would use only one database and put your "Category" in column A and put the "Content List" in column B. You would duplicate the name of the category in column A for each 10 rows of data. That way it will always be in sync.

Screen Shot 2021-11-30 at 12.57.34 PM.png (141kb) downloaded 0 time(s).


Thank you!!! This was the solution. Still learning this stuff. Appreciate it!
doggy  
#6 Posted : Wednesday, December 1, 2021 5:14:32 AM(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)
Please use Data source instead of list ;-)
Also guessing you are not using 2 titles, but one with 2 fields ( each can be connected to a different data source )

Could use a small script with some timed and counted for next loops in case list editing is an issue

select item from first list , select 10 from second list in succession , select next from first list , select 10 ... and so on

something like

for x = 1 to 5
select x from list 1
for y = 1 to 10
select y=y+1
next
next
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.