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

Feature Request: Add Further Parameters to SetCurrentProgramScene() #1170

Open
hugrunes opened this issue Sep 25, 2023 · 0 comments
Open

Feature Request: Add Further Parameters to SetCurrentProgramScene() #1170

hugrunes opened this issue Sep 25, 2023 · 0 comments

Comments

@hugrunes
Copy link

hugrunes commented Sep 25, 2023

Feature Request Type

RPC Request

Feature Request Type (Other)

No response

Requested Feature

Currently, to make a scene change using a transition that is not the current default (as set by the user in the UI), one has to make two or more calls; typically:

  • SetCurrentSceneTransition
  • SetCurrentSceneTransitionDuration
  • SetCurrentProgramScene.

To preserve the UI for the user, at least two additional calls need to be made: one or more to obtain the currently set default values of the transition before the scene change is made and one or more following the scene change to restore the UI to the user's original preference.

Please consider adding the ability to include additional parameters with the SetCurrentProgramScene() call which could include TransitionName and, if needed, TransitionDuration.

If the additional parameter(s) are not sent, the values in the scene's "Transition Override" setting or, if missing, the user's default preference would be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant