Slices the buffer into beat-sized chunks and jumps to random positions. Used like a tempo-synced beat repeat.
Chaos is how wildly it jumps (0-1, default 0.5)
- Chunk length is specified in beats (
chunkBeats: 1-16, default 1)
Video
Input ports
| Port ID | Type |
Buffer | FrameBufferInput |
Chaos | float |
Chop | trigger |
Output ports
| Port ID | Type |
Out | RenderTexture |
Scriptable members
| Path | Type |
chaosInput | float |
currentChaos | float |
currentChunkBeats | int |
currentSeed | int |
Synapse Apps (scripting)
await synapse.modules.create({ type: "BufferShuffle" })