elgarf / vMixUTC

Customizable controller for vMix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New updates

wesleyfernandess opened this issue · comments

Hey Bro

Can you have a new updates? We want you bro

Hey,

Maybe, but not now =( but you can add new API functions by yourself.

Hello friend, thanks for answering... do you have any advanced documentation to understand the use of the CODE tab (which programming language do you use in this field?) and also understand the use of Variables in the Settings tab. I've tried every possible way but I couldn't understand the usage. I would like to use the variable to facilitate the exchange of data when using the API example among other ideas like capture data from the List and insert it into the code maybe through the LINK field, I really don't know...

I understand that inside Functions.xml I can create my scripts, if you can teach me I would appreciate it.

edit:
I read the functions.xml file and it really all made more sense, but is there any way I can capture data from an input list for example that has data from a datasource, capture this value and there in the function call this data from the input list? example:
Input list value 1-8 (replaycamera)
Button Function: Function=....{ListCamera}??? Or something similar using the variables?

I made a bit of wiki earlier. There is no specific language, it's just vMix API functions, which called line by line. So you can store variables only somewhere in vMix title.
UTC can read only data, which vMix gives by API. It can do XPath queries, but it's not so much.

https://github.com/elgarf/vMixUTC/wiki

image

My friend forgive me!

I didn't realize that your wiki summary was on the left of the screen, now that I've seen it and will consume it.

I'm promoting the vMix UTC Expert Week on my Youtube channel, I'll pass it on to you, you can share it with Portuguese speakers.

https://www.youtube.com/watch?v=HUX6ywcR5PQ&list=PL-sgLJPFR8WISSeynU67MEL1hQ27RLH4I

Thanks a lot for the feedback.

About the variables I really don't understand how it works hahaha i'm sorry! Can I for example change the button command when a value is chosen in the list widget? For example...
List Widget: 1,2,3,4.... (Replay Cams)
Button: function=ReplayCameraX (when X receives this value in list widget) = Button: Function=ReplayCamera{listValue} or {@listValue} or {$ListValue}.

or

image
it is possible? I select variable to title mapping but don't change his value.

Is there a way to do this?

Hey man!