logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

64 Pages«<5354555657>»
Options
Go to last post Go to first unread
Huaba  
#1081 Posted : Tuesday, January 19, 2021 7:25:15 AM(UTC)
Huaba

Rank: Member

Groups: Registered
Joined: 1/12/2021(UTC)
Posts: 12
Germany
Location: Rosenheim

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
Hi,

is it possible to create a button that allows you to switch between the layouts (Data, Main, Page 1, etc)?
elgarf  
#1082 Posted : Tuesday, January 19, 2021 11:31:46 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@Huaba, there is internal command to switch pages. Next/Prev/SetPage.

@amir29918, UTC support only what vMix support. Are you able to change color of shape through Shortcut in vMix?
Cyco  
#1083 Posted : Wednesday, January 20, 2021 11:01:19 PM(UTC)
Cyco

Rank: Newbie

Groups: Registered
Joined: 12/18/2020(UTC)
Posts: 2
Germany

Thanks: 4 times
Was thanked: 1 time(s) in 1 post(s)
Hey , vmc isnt starting at win10 pro x64 :(
i alerady tried .net fx repairtool
thats the log when i start as administrator:

Name der fehlerhaften Anwendung: vMixController.exe, Version: 1.1.198.5935, Zeitstempel: 0x5ffffbdc
Name des fehlerhaften Moduls: clr.dll, Version: 4.8.4300.0, Zeitstempel: 0x5f7e61bb
Ausnahmecode: 0xc00000fd
Fehleroffset: 0x004d4e0a
ID des fehlerhaften Prozesses: 0x3878
Startzeit der fehlerhaften Anwendung: 0x01d6ef2bf5fe15a4
Pfad der fehlerhaften Anwendung: C:\vMixUTC_Donateware (14.01.2021)\vMixController.exe
Pfad des fehlerhaften Moduls: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Berichtskennung: e4afb135-7913-4e74-a47a-e62ac5db6d43
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
thanks 1 user thanked Cyco for this useful post.
Zetor1980 on 1/21/2021(UTC)
elgarf  
#1084 Posted : Friday, January 22, 2021 2:31:40 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@Cyco, I'll try to compile with older .net framework, but not sure it will work.
thanks 1 user thanked elgarf for this useful post.
Cyco on 1/23/2021(UTC)
PLandry26  
#1085 Posted : Saturday, January 23, 2021 4:33:52 AM(UTC)
PLandry26

Rank: Newbie

Groups: Registered
Joined: 10/5/2020(UTC)
Posts: 2
Canada
Location: QC

Thanks: 2 times
Hi,

is there a way to change the ip adress on a password lock file ?

Right now I can only run it on the same computer as vmix (local host)

THanks !
Cyco  
#1086 Posted : Saturday, January 23, 2021 6:35:37 AM(UTC)
Cyco

Rank: Newbie

Groups: Registered
Joined: 12/18/2020(UTC)
Posts: 2
Germany

Thanks: 4 times
Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: elgarf Go to Quoted Post
@Cyco, I'll try to compile with older .net framework, but not sure it will work.


what .net version do i need?
cocalo  
#1087 Posted : Monday, January 25, 2021 1:02:06 AM(UTC)
cocalo

Rank: Newbie

Groups: Registered
Joined: 3/28/2020(UTC)
Posts: 4
Spain
Location: Madrid

Thanks: 1 times
Hello,

Again I ask for help.

I am trying to create a conditional with the state of an aux bus.

The only way I can find is with Xpath.

Condition (,, xpath ('vmix / inputs / input [1] / @ audiobusses'), ==, "A")

This works for me only if input 1 is sent only to bus A.

If the Xpath returns me the complete chain of the buses that are selected in that input, for example M, A, B.

The condition returns false.

I don't know how to fix it, any ideas?

Thank you and sorry for my bad english
marek69  
#1088 Posted : Monday, January 25, 2021 7:45:51 AM(UTC)
marek69

Rank: Member

Groups: Registered
Joined: 11/5/2018(UTC)
Posts: 15
Poland
Location: Bielsko-Biała

Hi,
setXvisible (image type) - does it work for you?
On the keyboard, I have no problem, but the controller does not work...
setXvisble on / off works on the controller, but setXvisible does not.
elgarf  
#1089 Posted : Monday, January 25, 2021 10:57:27 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@Cyco, I think I solve problem now. Latest version should work ok.

@PLandry26, actually you can edit it in notepad, password lock is not very strong defend =)

@cocalo, try
Code:
xpath('vmix/inputs/input[1]/@audiobusses[contains(., A")]') != 'XmlNode Not Found!'

But I think, I should replace 'XmlNode Not Found!' with something better, like '' or zero (but then you can't see what happening if there is no such node).

@marek69, tested it right now, and all working for me.
thanks 2 users thanked elgarf for this useful post.
cocalo on 1/26/2021(UTC), PLandry26 on 1/26/2021(UTC)
cocalo  
#1090 Posted : Tuesday, January 26, 2021 12:23:51 AM(UTC)
cocalo

Rank: Newbie

Groups: Registered
Joined: 3/28/2020(UTC)
Posts: 4
Spain
Location: Madrid

Thanks: 1 times
Thank you very much @elgarf , it works perfectly.

I have tried changing 'XmlNode Not Found!' with '' and zero, but this does not work as I would like.

Again very grateful for your help.
elgarf  
#1091 Posted : Tuesday, January 26, 2021 12:54:46 AM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@cocalo, I meant that maybe I change result value if node not found to something more suitable. But not sure now =)
Monday Production  
#1092 Posted : Wednesday, January 27, 2021 6:14:20 AM(UTC)
Monday Production

Rank: Member

Groups: Registered
Joined: 11/12/2018(UTC)
Posts: 23
Norway
Location: Oslo

Hi Elgarf!

I just discovered your software and it looks like a great tool :-)
I have been using vMix for years now and this could prove to be an excellent supplement once I get to play with all the possibilities.
I´ve been reading through this tread, but could not find anything about vMix activators or have UTC to "read" the state of inputs in vMix and display it in color or text.
Is it possible to have UTC to pull the activator data from vMix?
It would be great to have a button or region-widget in UTC turn red when record is started,
or if an input or title is active or in preview in vMix you could make a button change color based on if it is selected or not.

Kim
Chircanu  
#1093 Posted : Friday, January 29, 2021 5:50:54 PM(UTC)
Chircanu

Rank: Advanced Member

Groups: Registered
Joined: 12/7/2016(UTC)
Posts: 43
Location: România

Thanks: 57 times
Was thanked: 7 time(s) in 7 post(s)
Hi elgarf, I tested the latest version of UTC(25.01) and I think it has an error to execute-link, when I activate the start of the score and implicitly activate the score graphics stops
chococrispis35  
#1094 Posted : Saturday, January 30, 2021 3:47:15 AM(UTC)
chococrispis35

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:
if I send a widget to any page it sends it.
but if I change the name of the page and send the widget it does not appear and I lose the widget created.
If I rename the page as PAGE 1 it is sent but it does not when I rename the page and the widgets disappear when I send them
tomaszek117  
#1095 Posted : Saturday, January 30, 2021 10:03:15 AM(UTC)
tomaszek117

Rank: Member

Groups: Registered
Joined: 12/30/2019(UTC)
Posts: 10
Poland

Thanks: 4 times
Was thanked: 1 time(s) in 1 post(s)
Hi,
Is it possible to set up T-Bar as a Replay Speed Changer? If yes, how? Only thing what I can choose there is Style and Mode...
Or is any other way to do this not using buttons?
a.basso  
#1096 Posted : Sunday, January 31, 2021 9:24:28 PM(UTC)
a.basso

Rank: Member

Groups: Registered
Joined: 2/21/2012(UTC)
Posts: 17
Location: Italy

Was thanked: 2 time(s) in 2 post(s)
Hi elgarf,

I've just tried to send you a private message, but your inbox is full. Can you free a little bit of space and let me know, or you can send me a PM with another solution to contact you.

Thank you in advance.
elgarf  
#1097 Posted : Monday, February 8, 2021 12:10:04 AM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@a.basso, Oops, I cleared my PM inbox.

@tomaszek117, T-Bar is obly for switching inputs.
You can change replay speed with ReplaySetSpeed command in button script.

@chococrispis35, I fixed it, I think.

@Chircanu, not sure I understood =( is it possible that you have two same-named exec links?

@Monday Production, there is no activators in UTC, but it have "State Dependent" feature for buttons. It works, according to script commands: if you want to know recording status, add StartRecord command in script, check "State Dependent" and you will see led, that show status of recording. Also for active/preview/etc. there is examples, which show state dependency functionality.
fadytabar  
#1098 Posted : Friday, February 12, 2021 10:15:37 AM(UTC)
fadytabar

Rank: Newbie

Groups: Registered
Joined: 4/7/2020(UTC)
Posts: 4
Lebanon
Location: Naccache

Thanks: 1 times
Hi guys,

I need help in this please.
I am new in UTC and i am stuck in the bellow issue.

i have a strap with a 2 minutes countdown triggered by a button widget (Button 1) in utc.
right after this script command I've placed a timer to pause the script for 120000ms (2 minutes).
then another script command in the same widget to take out the strap after the internal timer reaches zero.

A second button widget (Button 2) is used to force the strap out before the end of the 120000ms.

All is working good here until I've decided to press button 1 widget again before the 120000ms timer end.
The button becomes unusable until the timer ends... Is there a way to bypass the timer and reset it to zero or to kill the entire script of the timer so the button/script becomes available again?

N.B: I have zero knowledge in scripting :/

Appreciate your help
Many thanks

FT
ciberego  
#1099 Posted : Saturday, February 13, 2021 2:03:23 AM(UTC)
ciberego

Rank: Newbie

Groups: Registered
Joined: 2/13/2021(UTC)
Posts: 4
Portugal
Location: Porto

Thanks: 1 times
Hi everyone

Sometimes when i have UTC synced to Vmix, when i launch graphics in any overlay, the presentation of the overlay stop or run with some crashes. Then i press the overlay button again and the overlay presentation recovers as the overlay goes out.

Anyone with this problem?

Thanks
Le-bo2d9  
#1100 Posted : Tuesday, February 16, 2021 3:31:22 AM(UTC)
Le-bo2d9

Rank: Advanced Member

Groups: Registered
Joined: 3/25/2019(UTC)
Posts: 38
Belgium

Thanks: 1 times
Was thanked: 5 time(s) in 5 post(s)
Hi Everyone,

Is it possible to control cells in an excel sheet?
I already managed to load an excel sheet.

What I want to do is set an "X" in a cell when an button is pressed in the UTC.

Kind regards

Koen Deschepper
Users browsing this topic
Guest (8)
64 Pages«<5354555657>»
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.