LayerScale

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

Controls and subscribes to the scale (X / Y) 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
Scale Xfloat
Scale Yfloat

Output ports

Port IDType
Scale Xfloat
Scale Yfloat

Scriptable members

PathType
inputXfloat
inputYfloat
selectedLayerIndexint

Synapse Apps (scripting)

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