Buffer Read
Reads out any single point inside the buffer and displays it. 0-1 on Position corresponds to the whole buffer, so moving it by hand scrubs directly. It is the simplest node in the Record family.
Video
Input ports
| Port ID | Type |
|---|---|
Buffer | FrameBufferInput |
Position | float |
Output ports
| Port ID | Type |
|---|---|
Out | RenderTexture |
Scriptable members
| Path | Type |
|---|---|
position | float |
currentPosition | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "BufferRead" })