Buffer Granular

AI와 함께 읽기
전체 문서 한 파일로 (llms-full.txt)
BufferGranular #Record #Node
Buffer Granular

버퍼에서 짧은 그레인(알갱이)을 잘라내어 겹쳐서 재생하는 영상판 그래뉼러입니다.

  • Position이 잘라내는 위치(01), Spray가 그 편차(01, 기본값 0.3)
  • GrainSeconds가 그레인 하나의 길이(0.01~10초, 기본값 0.08)
  • 최대 4보이스(voices: 1~4)까지 겹칠 수 있으며, 그레인마다 역재생(reverseProbability)・속도 편차(speedJitter)를 섞을 수 있습니다
  • speed는 -8~8(음수면 역재생)

영상

입력 포트

Port ID타입
BufferFrameBufferInput
Positionfloat
Sprayfloat
GrainSecondsfloat
Speedfloat
ReverseProbabilityfloat
SpeedJitterfloat

출력 포트

Port ID타입
OutRenderTexture

스크립트에서 설정할 수 있는 멤버

경로타입
positionInputfloat
sprayInputfloat
grainSecondsInputfloat
speedInputfloat
reverseInputfloat
speedJitterInputfloat
currentPositionfloat
currentSprayfloat
currentGrainSecondsfloat
currentSpeedfloat
currentReverseProbabilityfloat
currentSpeedJitterfloat
currentSeedint
currentVoicesint

Synapse Apps (스크립팅)

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