LayerRotation

Read with AI
All docs in one file (llms-full.txt)
LayerRotation #Layer #Node
LayerRotation

Controls and subscribes to the rotation (X / Y / Z) of the selected layer.

The output of a Layer node is not an echo of its input, but the actual value of the layer picked in the dropdown. Even with nothing plugged into the input, values moved from the Layer window or over MIDI flow out of the output, so you can use a layer’s state to control other nodes (a bidirectional design where the node is both a write point and a read point).

Input ports

Port IDType
Rotation Xfloat
Rotation Yfloat
Rotation Zfloat

Output ports

Port IDType
Rotation Xfloat
Rotation Yfloat
Rotation Zfloat

Scriptable members

PathType
inputXfloat
inputYfloat
inputZfloat
selectedLayerIndexint

Synapse Apps (scripting)

await synapse.modules.create({ type: "LayerRotation" })