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
WaydeTheKiwi  
#1 Posted : Wednesday, October 20, 2021 5:51:31 PM(UTC)
WaydeTheKiwi

Rank: Newbie

Groups: Registered
Joined: 10/20/2021(UTC)
Posts: 3
Canada

Hi All,
I might of found a bug OR im just doing it wrong.

If i SetDynamicValue1 to "2"
then call Dynamic1 as Value in shortcut SetMultiViewOverlay and input as 5
so in the value box, it should read "2,5" (Dynamic1,5)
I get error that its invalid format

BUT if i use SetDynamicInput1 to "5"
and inside the value box for shortcut SetMultiViewOverlay i put "2,Dynamic1" - so it should read "2,5" - that works

Is there an issue using SetDynamicValue1 and calling Dynamic1 to set the value as the layer number you are trying to change in SetMultiViewOverlay shortcut?
doggy  
#2 Posted : Wednesday, October 20, 2021 6:35:26 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 291 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: WaydeTheKiwi Go to Quoted Post
Hi All,
I might of found a bug OR im just doing it wrong.

If i SetDynamicValue1 to "2"
then call Dynamic1 as Value in shortcut SetMultiViewOverlay and input as 5
so in the value box, it should read "2,5" (Dynamic1,5)
I get error that its invalid format

BUT if i use SetDynamicInput1 to "5"
and inside the value box for shortcut SetMultiViewOverlay i put "2,Dynamic1" - so it should read "2,5" - that works

Is there an issue using SetDynamicValue1 and calling Dynamic1 to set the value as the layer number you are trying to change in SetMultiViewOverlay shortcut?


Believe it has to do with how Dynamics are called within the shortcut.
Once it sees the dynamicValue being recalled it takes it as one and ignores the rest of the Value input in the shortcut, it checks the DynamicValue content for proper syntax which in this case doesn't rather than just taking it as is and add the rest of the Shortcut Value content which doesnt happen when the Value contains a DynamicInput (takes the content ,sees a dynamic and replaces that content within the Value string in the same verification check as done for the Value.

Is why so far a script has been used to pull the DynamicValue and add the Input to the string before executing the function with the combined value ( as string)

Could call it a bug unless vMix has a programming reason for it
WaydeTheKiwi  
#3 Posted : Sunday, October 24, 2021 1:50:53 AM(UTC)
WaydeTheKiwi

Rank: Newbie

Groups: Registered
Joined: 10/20/2021(UTC)
Posts: 3
Canada

right, that makes sense.. would be interesting to know if it was done that way on purpose and why.
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.