-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Ability to add delays based on variables #2172
Comments
This would be a really useful feature. |
I like this, being able to delay an action on a dynamically set timer would be great |
+1 I'm also looking for a way to delay and/or delay two playbacks on different devices. this feature would be awesome |
Using delays for such a task is not the best option.
A better solution would be to use a trigger from a feedback wether a clip is playing to fire the action. Then you can do your transition when the clip stops. If you want to do a fade maybe on the last second, use a remaining time variable. |
This would be a useful feature. |
This would be really useful. |
This is possible in the betas as part of #3163 |
Is this a feature relevant to companion itself, and not a module?
Is there an existing issue for this?
Describe the feature
I think it could be helpful if there is the ability to set a variable as a delay time in between actions. Maybe also with a checkbox to ignore the delayed action if the value is 0 and/or not an integer.
Usecases
I wanted to perform an auto transition on a video mixer right after a clip on an external video player. To do this, I wanted to dynamically write the length of the clip as a variable and set this as a delay between the "play clip" action and the "auto transistion" action. I then realized that the delay value can only be set as a fixed integer and not as a variable value.
This also can be helpful for a lot other timed application like show run downs or audio fading.
A big thank you to everyone who is involved in this great project!
I hope that this idea/feature will be integrated at some point and will help with some projects!
Thanks a lot,
cheers,
Stefan
The text was updated successfully, but these errors were encountered: