Frame Echo
Multiple echoes that stack frames from several points in time while decaying them.
Decayis how strongly they remain (0-1, default 0.7)Tapsis the number of frames stacked (2-8, default 4)
Video
Input ports
| Port ID | Type |
|---|---|
Buffer | FrameBufferInput |
Decay | float |
Output ports
| Port ID | Type |
|---|---|
Out | RenderTexture |
Scriptable members
| Path | Type |
|---|---|
decayInput | float |
currentDecay | float |
currentTaps | int |
Synapse Apps (scripting)
await synapse.modules.create({ type: "FrameEcho" })