RTSwitch
Index を切り捨てて 0〜3 にクランプし、0 = A / 1 = B / 2 = C / 3 = D をそのまま出力します。補間は一切入らないので、拍に合わせて素材を切る用途に向きます。
- 出力バッファは選択中の入力の解像度・フォーマットに追従します
- 選択中の入力が未接続のときは黒を出します
入力ポート
| Port ID | 型 |
|---|---|
Index | float |
A | RenderTexture |
B | RenderTexture |
C | RenderTexture |
D | RenderTexture |
出力ポート
| Port ID | 型 |
|---|---|
Render Texture | RenderTexture |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
indexInput | float |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "RTSwitch" })