Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mix1 Program title #241

Open
nikosman88 opened this issue Jan 16, 2024 · 2 comments
Open

Mix1 Program title #241

nikosman88 opened this issue Jan 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@nikosman88
Copy link

Hello please add the value Mix 1 program Title because now it has only short title and we have a vmix list in order to be able to do something in a specific list item when this item plays on air/program1 we need the Title info that contains this value
Thank you very much

@nikosman88 nikosman88 added the enhancement New feature or request label Jan 16, 2024
@thedist
Copy link
Member

thedist commented Jan 16, 2024

This can already be achieved with triggers.

For example, if you have a list with a name listInput, and you want to do a thing when the item thirdItem is selected and is in program then you can create a trigger for the event On variable change with the variable input_listInput_selected_name. a second event on mix_1_program_name (this way it'll trigger if the list is transitioned and then the item selected, or if the item is already selected when transitioned to program).

Then you have the condition Variable: Check boolean expression, with the Expression $(vmix:mix_1_program_name) === "listInput" && $(vmix:input_listinput_selected_name) === "thirdItem"

This trigger will fire any time listItem is in mix 1 program, and thirdItem is selected.

@nikosman88
Copy link
Author

This can already be achieved with triggers.

For example, if you have a list with a name listInput, and you want to do a thing when the item thirdItem is selected and is in program then you can create a trigger for the event On variable change with the variable input_listInput_selected_name. a second event on mix_1_program_name (this way it'll trigger if the list is transitioned and then the item selected, or if the item is already selected when transitioned to program).

Then you have the condition Variable: Check boolean expression, with the Expression $(vmix:mix_1_program_name) === "listInput" && $(vmix:input_listinput_selected_name) === "thirdItem"

This trigger will fire any time listItem is in mix 1 program, and thirdItem is selected.

Thank you very much. Yes you`re right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants