-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Add support for variables in action/feedback inputs #960
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
This will have to be carefully thought through. An on-the-fly change to config isn't supported and would require an additional tracking layer and firing mechanism. Doable, but not simple. |
Yeah, this is something we need to consider for the new design. Should be fairly easy to implement as long as we make a generic variable engine that everything needs to go through. :) |
If it's a numeric input, we should support math as well :) |
Being able to do math's would be fantastic. |
This needs to be done per module, and there is another task to look at supporting expressions in these fields #2345 |
Describe the feature
Allow the ability to use dynamic variables in other modules.
Usecases
Image Example
Example is using Qlab's Dynamic Variable (of time left in a video) to set the ProPresenter clock to the time remaining, and start it.
This is so the user doesn't have to fiddle around with the clock to get the precise time every time a Qlab video is playing (our Qlab videos all have different lengths)
The text was updated successfully, but these errors were encountered: