Scene Changed
Trigger for when the Scene is changed in Meld Studio
Parameters
Connectionrequired
Select
Select the configured Meld Studio Connection to connect to
- Select
Any
to trigger on any connection
Scenerequired
Text
Select the scene from this dropdown list, you can also manually enter a scene name.
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
meldStudio.host | string | The IP Address of the Meld Studio connection Example: 127.0.0.1 |
meldStudio.id | string | The connection id Example: 0a92da3b-be05-4780-a960-26eac5788f79 |
meldStudio.name | string | The name of the connection Example: Meld Studio Main |
meldStudio.oldSceneName | string | The previous scene in Meld Studio Example: Scene 2 |
meldStudio.sceneName | string | The current scene in Meld Studio Example: Scene 4 |