Rank: Advanced Member
Groups: Registered
Joined: 10/9/2019(UTC) Posts: 40 Location: Bålsta Thanks: 2 times Was thanked: 5 time(s) in 2 post(s)
|
i already use excel file as list input. that works fine (drop down thingie) just asking about if there ase some sort of quicker way of selecting the right row in the list. if there is something i've missed. works great otherwise
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
Just start writing text into list, it should select available items.
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
I've added non-executable commands to use them into state dependency without executing, also I rewrite some code, so there can be errors, report them, please. NDI monitor now works in low-bandwidth mode. Download
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 12/29/2018(UTC) Posts: 10 Location: Siberia Was thanked: 1 time(s) in 1 post(s)
|
elgarf, I found, what "State Dependent" toggle "eat" CPU power. With just one Button widget with checked State Dependent CPU consumption increase to 35-40%, without State Dependent is 15-20%. Version 8/17/2020.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@David Kaz, that's why it's not toggled by default. But count of buttons are not affect on CPU so much.
Try latest version, NDI monitor consume lot less CPU.
P.S. I don't see high CPU usage with only one state dependent button. In my case it's 9% in peak, 1-5% average. My CPU is Intel Core i7 8750h.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 12/29/2018(UTC) Posts: 10 Location: Siberia Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: elgarf @David Kaz, that's why it's not toggled by default. But count of buttons are not affect on CPU so much.
Try latest version, NDI monitor consume lot less CPU.
P.S. I don't see high CPU usage with only one state dependent button. In my case it's 9% in peak, 1-5% average. My CPU is Intel Core i7 8750h. Thanks for the new version, elgarf! P.S. I use AMD FX-8350 on test machine.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/12/2020(UTC) Posts: 4
|
Hi,
I have an issue with function "SetPanY" - does not work with any number combination (tried comma and dot, nothing worked) - Only accepts Integer, but not decimal numbers. "SetPanX" works fine tho. My version is 8/27/2020. Also, SetImage does not work unless I add timeout and then set blank image. Otherwise UTC crashes.
Thanks in advance!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
Jonda, I fixed functions.xml. Functions.zip (12kb) downloaded 23 time(s).Tested SetImage, and it works ok for me. Can you send me log or controller & preset files?
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/12/2020(UTC) Posts: 4
|
Originally Posted by: elgarf Jonda, I fixed functions.xml. Functions.zip (12kb) downloaded 23 time(s).Tested SetImage, and it works ok for me. Can you send me log or controller & preset files? Thanks, works fine now. Unfortunatelly I'm not able to reproduce yesterdays problem - now seems to work just fine. Found nothing useful in logs directory (I'm looking in documents, correct me if wrong). I have one more question. Would it be possible to link multiple timers together to "tick" in sync? I'm trying to make a hockey scoreboard. Everything works fine, but when I add penalty in middle of a match and then resume the play, both timers count at slightly different pace (tens or hundreds milliseconds) - it looks very bad even though the difference is minimal. When I add penalty at the start of a period, the problem is not there so it's not problem with delay in resuming. I suppose the problem is that the main clock counts even milliseconds and when add a new penalty timer, that penalty has milliseconds set to 0 and that's the cause of this offset. Some "link with" that would sync the ticking frequency with selected clock would be awesome. Maybe even rounding the milliseconds down in the clock widget would solve this issue. Thanks again!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@Jonda, you are resume timers with ExecLink, right?
Now pause time contains milliseconds. I think, I can make mode, where timer will tick every real second, instead internal clock of timer.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/12/2020(UTC) Posts: 4
|
@elgarf Yes, I use ExecLink as it should be used. But the problem is not in starting at the same time (ExecLink does that perfectly) but in the pause time with milliseconds. That would be awesome.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/31/2016(UTC) Posts: 69 Thanks: 12 times Was thanked: 2 time(s) in 2 post(s)
|
Bug with button comand??? I'm not sure if it's a bug but. When in the widget -> button -> Script -> Command put Settext and in text put some text or number, the script wants to do it only once, first time. For example, Settext and +=1 does not want to add. Mostly it seems to me that there is a bug because it only executes it once. Can you help me or this is bug???
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@Hall3008, That's because UTC think, that value was not changed. You should use UpdateState command after SetText or Score widget.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/31/2016(UTC) Posts: 69 Thanks: 12 times Was thanked: 2 time(s) in 2 post(s)
|
Yes but if I use UpdateState then everything stops for a few seconds for some reason and that doesn't seem ok to me. Is it weird that you can't do that? can't a button somehow add up because it is necessary in many cases that when we press a button it calculates something ??
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
Because of text changes in vMix, UTC should read new value from API, and push it to all mapped text fields, etc.
If you want just add some value, you can use UTC expressions, so changing will be executed at UTC side. Something like,
1 * _('Inputs[Input-Key].Elements[0].Text') + 1
P.S.
{0} works only in expressions =(
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@Hall3008, try version below, it should work ok with +/-=. @Jonda, now all timers synced together no matter when you start/pause them. Universal Title Controller (updated 17.09.2020) Changelog
17.09.2020: + Added Mix support in scripting + Translation +/-=X into UTC expresion, so you can use familiar +=1 to increment values + Added pop-up to indicate that user can add widgets now ! Timers now driving by one clock (tick at the same time)
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/7/2016(UTC) Posts: 43 Location: România
Thanks: 66 times Was thanked: 7 time(s) in 7 post(s)
|
Originally Posted by: elgarf @Hall3008, try version below, it should work ok with +/-=. @Jonda, now all timers synced together no matter when you start/pause them. Universal Title Controller (updated 17.09.2020) Changelog
17.09.2020: + Added Mix support in scripting + Translation +/-=X into UTC expresion, so you can use familiar +=1 to increment values + Added pop-up to indicate that user can add widgets now ! Timers now driving by one clock (tick at the same time)
Greetings to all and thanks for the update. I have a question: what should I change to return with the NDI Monitor widget to a wider band, with reduced bandwidth is seen badly. Thank you very much once again! All good to all!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@Chircanu, I'll make toggle for bandwidth, I think, in the next update (I wanted to make it earlier, but then I thought "monitor is so small, who cares"?).
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/7/2016(UTC) Posts: 43 Location: România
Thanks: 66 times Was thanked: 7 time(s) in 7 post(s)
|
Originally Posted by: elgarf @Chircanu, I'll make toggle for bandwidth, I think, in the next update (I wanted to make it earlier, but then I thought "monitor is so small, who cares"?).
@elgarf, for me it is essential NDI Monitor because I transposed in UTC all the functions that I use from Vmix. In Vmix I load my graphics and that's it, the rest makes UTC and datasource. Thank you once again for all your support
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/31/2016(UTC) Posts: 69 Thanks: 12 times Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: elgarf @Hall3008, try version below, it should work ok with +/-=. @Jonda, now all timers synced together no matter when you start/pause them. Universal Title Controller (updated 17.09.2020) Changelog
17.09.2020: + Added Mix support in scripting + Translation +/-=X into UTC expresion, so you can use familiar +=1 to increment values + Added pop-up to indicate that user can add widgets now ! Timers now driving by one clock (tick at the same time)
What can I say now. Now it works perfectly + = 1 and - = 1 Every part of this. Legend. Thank you very much
|
|
|
|
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