Truncates Index, clamps it to 0-3, and passes 0 = A / 1 = B / 2 = C / 3 = D straight through. No interpolation is applied at all, so it suits cutting between sources on the beat.
- The output buffer follows the resolution and format of the selected input
- When the selected input is not connected, it outputs black
Input ports
| Port ID | Type |
Index | float |
A | RenderTexture |
B | RenderTexture |
C | RenderTexture |
D | RenderTexture |
Output ports
| Port ID | Type |
Render Texture | RenderTexture |
Scriptable members
Synapse Apps (scripting)
await synapse.modules.create({ type: "RTSwitch" })