scene

When the scene list on the device changes or it receives the Request for state synchronization, the Director device sends the data of scene list to the receiver.

For how to configure the receiver, please refer to How to use TouchOSC to control Director.

Address

/status/scene [json string]

Arguments

Type Description
argument 1 String The data of scene list

Example

After receiving Request for state synchronization, the Director device sends the data of scene list to the receiver.

/status/scene {"sceneList":[{"name":"HDMI 1","uuid":"1705029684819","isPGM":false,"isPreview":false,"privateGfx":{}},{"name":"WEBCAM 1","uuid":"1705030263278","isPGM":true,"isPreview":true,"privateGfx":{"name":"GFX","uuid":"89e545f6-71fd-4aa2-a728-1733b8c509a3"}}]}
Name Type Description
uuid String The unique ID of scene
name String The scene name
isPGM Boolean Whether the scene is in program view. true: Yes, false: No
isPreview Boolean Whether the scene is in preview view. true: Yes, false: No
privateGfx GFXInfo Private GFX in a scene
GFXInfo
Name Type Description
uuid String GFX ID, the absence of which indicates that there is no private GFX in the current scene
name String GFX name

results matching ""

    No results matching ""