Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
elgarf wrote:@corporatejames, as a workaround you can attach same hotkeys to +1 command on scoreboard, and button, that shows overlay.
Maybe I just make native command to add score in button widget. Not sure how to use the hot keys in to control the overlays? What I mean you keep the existing control as it is with the +1,+2, and 3 that assigns to text field of a title and also add change to multiple titles at same time which is perfect. But inside that same control additional section to add the triggers for the plus1,2 and 3 buttons to an input and overlay channel so it can be done at the same time. Don't think you should split the buttons up in separate controls. As seen below. The script section would allow for 3 assignments for example, so that you add what triggers based on what button is pressed.And think that it will need to reset the overlay to Off before running it again when you press the button again as it would still be in the On state and would not start the animation again. Example attached: corporatejames attached the following image(s): Scoreborad--control.jpg (438kb) downloaded 1,774 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
Any chance to have a look at the scoreboard function @elgarf ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
I have no time to make changes now, @corporatejames, wait a little more.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
elgarf wrote:I have no time to make changes now, @corporatejames, wait a little more. No worries @elgarf. Good luck if need any help let me know.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
Okay, I made this not as you want :)
Now there is "Link" section into hotkeys, so you can make a link, and then call it into button script. It makes buttons more universal, because now button can use abilities of other widgets. For executing linked command use "ExecLink" function.
There is a big changes coming: multisystem control, that can translate calls from one vMix system to another, but I don't sure that this feature will be developed soon :)
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
elgarf wrote:Okay, I made this not as you want :)
Now there is "Link" section into hotkeys, so you can make a link, and then call it into button script. It makes buttons more universal, because now button can use abilities of other widgets. For executing linked command use "ExecLink" function.
There is a big changes coming: multisystem control, that can translate calls from one vMix system to another, but I don't sure that this feature will be developed soon :) How do use the Link function? I can see where have add the function to a button. What do type in the box? is it VMIX API command? I Came up with another method do what I was trying to do. But would be better in the existing Scoreboard function if you are able to run additional functions at the same time depending on what button you press 1,2 or 3. Looking forward to further development. Keep up the great work.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
corporatejames wrote: How do use the Link function? I can where have had the function to a button. What do type in the box? is it VMIX API command?
elgarf attached the following image(s): 1.png (13kb) downloaded 105 time(s). 2.png (17kb) downloaded 85 time(s).You cannot view/download attachments. Try to login or register.
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
So the Home+1 is the Vmix Input or new button created with name Home+1? Just having a play now. Also are using my existing functions.xml as I didn't overwrite it.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
"Home+1", "Away+1", etc. - is names, that you can give to hotkeys. You can give any name, like "abcdef1" or something else, it only used in ExecLink function. Tihs doesn't work in another way, because of looping: +1 calls +1 then calls +1 and so on. Maybe I resolve this feature.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
I put in as you had in the picture but its not working. Any ideas?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
Can you make minimum example and share .vmc file?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
elgarf wrote:Can you make minimum example and share .vmc file? File Attachment(s): Score-Home-vmc.zip (1kb) downloaded 254 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@corportatejames, updated.
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
elgarf wrote:@corportatejames, updated. Yeap those control button links work on my main vmc template now. I have setup all the 3 buttons for home/away and reset On the buttons I have the overlay triggers to display animated +1 etc when button pressed.
|
1 user thanked corporatejames for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
Video demo using the current version of Universal Title Controller and Vmix with my XAMl Titles. YouTube: Using Vmix UTC and SKTV XAML TitlesTeam Lineups feed from my Basketball CMS using XML to the UTC ExternalData control. I have setup 4 NDI Monitors so can see the cameras and also the active live output.
|
1 user thanked corporatejames for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/21/2016(UTC) Posts: 68 Location: Sweden
Thanks: 13 times Was thanked: 3 time(s) in 3 post(s)
|
Is there any way to use this tool to start two clocks by pressing one button? I'm thinking about trying to build a penalty clock system for sports like ice hockey and I guess it should be quite easy to get built with the help of this software now. But the main problem I see is to automatically start both the game clock and penalty clock(s) at the same time. Any ideas if it can be done somehow by like making one button that is linked to the play button for a couple of different clocks?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@Jedda, you can start both timers without noticeable delay.
Button script can contain a lot of functions, which are executed sequentially. So you can start as many timers as you want almost in one time.
With new "link" ability you can also start timers, provided by controller.
Better solution is to try :)
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@corporatejames, can your CMS also put in xml path to portrait image of player? There is hack to load images in titles. I can share minimal example later.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2015(UTC) Posts: 364 Location: Sydney Thanks: 283 times Was thanked: 76 time(s) in 62 post(s)
|
elgarf wrote:@corporatejames, can your CMS also put in xml path to portrait image of player? There is hack to load images in titles. I can share minimal example later. Yes already in the XML waiting for your support. I was going to request a option in your External data Widget to select either SetText or SetImage next to xaml input field mappings. So you could select setimage for the ProfilePic or TeamLogo or Background Image etc. Could be a tickbox at the end of the row if that makes it easier to program. Excellent waiting to hear from you about the hack ;) I have put the setimage into the functions.xml for basic quick changes. But using the external data widget to pull the image paths from the xml file automatically will be awesome as can just change the teamid in the URL and it will automatically update all the titles backgrounds, team logos, and PlayerImages etc.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 2/1/2016(UTC) Posts: 8
Thanks: 1 times
|
elgarf wrote:@corporatejames, can your CMS also put in xml path to portrait image of player? There is hack to load images in titles. I can share minimal example later. Being able to insert an image would be great for team logo placeholders also. Loving this piece of software. Thanks elgarf
|
|
|
|
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