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
ryxyz  
#1 Posted : Friday, January 10, 2025 6:19:55 AM(UTC)
ryxyz

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2023(UTC)
Posts: 47
United States

Thanks: 10 times
Was thanked: 11 time(s) in 4 post(s)
I attempted to simultaneously swap two layers using the SwapLayerAnimated function:

Code:
Function=SwapLayerAnimated&Input=0&Value=1,3,1000
Function=SwapLayerAnimated&Input=0&Value=2,4,1000


However, making the second SwapLayerAnimated call causes the first to immediately finish and skip to the end of its animation. I would have expected both to run to completion.

vMix 28.0.0.27
doggy  
#2 Posted : Friday, January 10, 2025 8:40:41 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 296 times
Was thanked: 967 time(s) in 801 post(s)
Originally Posted by: ryxyz Go to Quoted Post
I attempted to simultaneously swap two layers using the SwapLayerAnimated function:

Code:
Function=SwapLayerAnimated&Input=0&Value=1,3,1000
Function=SwapLayerAnimated&Input=0&Value=2,4,1000


However, making the second SwapLayerAnimated call causes the first to immediately finish and skip to the end of its animation. I would have expected both to run to completion.

vMix 28.0.0.27


Is the same behavior as like putting an animated title in overlay and instantly doing the same with another animated title on the same overlay before first animation is finished
One has to let the first animation ( function ) finish before the next one is started . Has been like this forever within vMix = normal

A (same) function can only be called one at a time , if the second one is called before the first one has finished processing (duration of animation for example) the second one (call) takes precedent ( better than ignoring the second one ;-) )
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.