Rank: Advanced Member
Groups: Registered
Joined: 8/11/2017(UTC) Posts: 60 Location: Medxico
Thanks: 2 times Was thanked: 7 time(s) in 6 post(s)
|
elgarf in the UTC directory I had the files Processing.NDI.Lib.x86.dll and Processing.NDI.Lib.x64.dll but the program indicated me error and crashed, the computer was getting very very slow, I installed the program of newtek ndi and it worked perfectly
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 7/26/2018(UTC) Posts: 12
Thanks: 4 times
|
Hi, Can you look at the Select Playlist command in the latest version - for some reason its doesn't seem to be working and when i go back to the January version of UTC its working for me. Originally Posted by: elgarf I think, I've fixed clock widget. Also I made some design changes into properties window. Now it should look a bit friendlier. Universal Title Controller
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@mudpatch, oops, looks like I broke string parameters, that doesn't enquoted. Fixed it and region widgets. Universal Title Controller
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 1/23/2018(UTC) Posts: 16 Location: Poland Thanks: 6 times Was thanked: 2 time(s) in 2 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 2/2/2019(UTC) Posts: 13 Was thanked: 2 time(s) in 1 post(s)
|
Is it possible to have timer exec_link start/stop to be state dependent (overlayInputToggle)?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@gokily, you can use OverlayInputToggle into button script.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 2/2/2019(UTC) Posts: 13 Was thanked: 2 time(s) in 1 post(s)
|
Yeah, but how can I link it so when its on out state to trigger exec link stop ? Right now it only resets the timer (triggers only start timer), does not stop it
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
That's a bit harder, but I try to make sample.
So, you need to start timer, when overlay is on & stop it, when overlay is off, right? Is overlay controlled through UTC, or it can be fired anywhere else?
Because if it controlled through UTC, there is no difference in this two methods.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 2/2/2019(UTC) Posts: 13 Was thanked: 2 time(s) in 1 post(s)
|
I have timer mapped to overlay and start and stop exec: new timer button with state dependent checked, 1. overlaytoggle, 2. exec start, 3 exec stop
I assume exec stop cannot work here (in the same button)?
Everything is triggered with UTC
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
You want start/stop with one button?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 2/2/2019(UTC) Posts: 13 Was thanked: 2 time(s) in 1 post(s)
|
Yeah,not sure if its possible thats why I'm asking
One more thing, is it possible to control AUDIO ON/OFF via UTC?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/10/2015(UTC) Posts: 322 Location: Siroki Brijeg Thanks: 8 times Was thanked: 27 time(s) in 24 post(s)
|
Originally Posted by: gokily I have timer mapped to overlay and start and stop exec: new timer button with state dependent checked, 1. overlaytoggle, 2. exec start, 3 exec stop
I assume exec stop cannot work here (in the same button)?
Everything is triggered with UTC Druze za koji sport ti treba?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/10/2015(UTC) Posts: 322 Location: Siroki Brijeg Thanks: 8 times Was thanked: 27 time(s) in 24 post(s)
|
Originally Posted by: chococrispis35 Great job!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@gokily, I've made an update, so you can make what you want. Let's we have two ExecLinks: OverlayIn and OverlayOut. They can refer to buttons AND to timer events. So one ExecLink can call two actions. Then we make button with ExecLink function, where string parameter will be choosed dynamically, based on Overlay.ActiveInput value from vMix API. Code:if(_('Overlays[0].ActiveInput') == '', 'OverlayIn', 'OverlayOut')
OR you can use Condition/ConditionEnd function, and make one button for everything: Code:
Condition => [_('Overlays[0].ActiveInput')] [==] ['']
OverlayInputIn => [YourInput], [1]
ExecLink [OverlayIn]
GoTo 8 //Avoid 'else' case
ConditionEnd
OverlayInputOut => [1]
ExecLink [OverlayOut]
None
UTC can call any function from vMix shortcut reference. You can add it to the functions.xml by yourself, by copying existing function and editing it.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/15/2015(UTC) Posts: 12 Location: Jerusalem
Was thanked: 1 time(s) in 1 post(s)
|
Issue launching ver 06.04.2019.
It works on one machine (remote, not the one with vMix installed on it), but I tried to launch it on the vMix machine and it doesn't open. The previous version, 22.03.2019 does open on the vMix machine. Any idea?
TY
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@yosik, can you look into windows event viewer, there will be two events, related to the UTC error.
I think if you delete dll's from DataSources folder, it will start.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/15/2015(UTC) Posts: 12 Location: Jerusalem
Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: elgarf @yosik, can you look into windows event viewer, there will be two events, related to the UTC error.
I think if you delete dll's from DataSources folder, it will start. Sorry, but I need more guidance... I can't find any UTC mention in the Event Viewer. And where is the DATASOURCES folder? Do you mean the DataProviders? TY
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/15/2015(UTC) Posts: 12 Location: Jerusalem
Was thanked: 1 time(s) in 1 post(s)
|
Another topic. I want to open a vmix preset with UTC. I added the OpenPresets function in the Functions.xml file and it works (opens the preset folder), but I don't see how to add the parameters (value?)into UTC. TY
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@yosik, yep. DataProviders. There will be "Application Error" and ".NET Runtime" errors in Application section of windows event viewer. You can take "KeyPress" function as base. Should be like that. Code:
<vMixFunctionReference>
<Description>OpenPreset</Description>
<Function>OpenPreset</Function>
<FormatString>Function=OpenPreset&Value={2}</FormatString>
<StringDescription>Path</StringDescription>
</vMixFunctionReference>
|
|
|
|
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