LayerPosition
選択レイヤーの位置(X / Y / Z)を操作・購読します。
Layer系ノードの出力は入力のエコーではなく、ドロップダウンで選んだレイヤーの実際の値です。入力に何も挿さなくても、LayerウィンドウやMIDIで動かした値が出力に流れてくるので、レイヤーの状態を他のノードの制御に使えます(書き込み口と読み出し口を兼ねる双方向仕様)。
入力ポート
| Port ID | 型 |
|---|---|
Position X | float |
Position Y | float |
Position Z | float |
出力ポート
| Port ID | 型 |
|---|---|
Position X | float |
Position Y | float |
Position Z | float |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
inputX | float |
inputY | float |
inputZ | float |
selectedLayerIndex | int |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "LayerPosition" })