Buffer Shuffle

Read with AI
All docs in one file (llms-full.txt)
BufferShuffle #Record #Node
Buffer Shuffle

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 IDType
BufferFrameBufferInput
Chaosfloat
Choptrigger

Output ports

Port IDType
OutRenderTexture

Scriptable members

PathType
chaosInputfloat
currentChaosfloat
currentChunkBeatsint
currentSeedint

Synapse Apps (scripting)

await synapse.modules.create({ type: "BufferShuffle" })

Pages linking here