obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.86k stars 707 forks source link

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

Open hugrunes opened 1 year ago

hugrunes commented 1 year ago

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:

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.