Here's a little help for having synchronized functions in vMixUTC
- create 2 timers, set them the way you want and map them to your xaml titles, make sure they work manually
- for each of them, click the "start" option in the "hotkeys" section and put a name like "StartMyTimers" in the "Link" field
- now create a "button", call it the way you want, starttimers for example
- in this button properties, add a "script" and then select "ExecLink" as a command
- and simply indicate "StartMyTimers" in the string value field for this command
Now when you click this button, both timers start in sync
You can do the same for pausing them or stopping them for sure. You simply choose a different " hotkey name" for the ExecLink command and you set in your widgets.
If you have this working, now you can add commands to button. For example you can decide that when you click the button it will start your timers as said before but also that it will activate your xaml title on overlay 2
To do that:
- simply go back to your button widget properties and add another script
- this time select "OverlayInputToggle" as a command,
- next choose the good xaml title file in the "input" dropdown box,
- and finally indicate "2" for the "int value" (where 2 is the overlay you want to use)
Now with only 1 click, your timers are started and your title is displayed. Click again, it goes away...
Tip : if you tick the "state dependent" box, you will get an indicator on your button showing its status
Hope this helps (for a start). Many more excellent features...
PS : Just added basic screencaps...
DWAM attached the following image(s):
timers01.png
(32kb) downloaded 18 time(s). timers02.png
(37kb) downloaded 13 time(s). timers03.png
(46kb) downloaded 13 time(s).You cannot view/download attachments. Try to login or register.