LayerPosition

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

Controls and subscribes to the position (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
Position Xfloat
Position Yfloat
Position Zfloat

Output ports

Port IDType
Position Xfloat
Position Yfloat
Position Zfloat

Scriptable members

PathType
inputXfloat
inputYfloat
inputZfloat
selectedLayerIndexint

Synapse Apps (scripting)

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