버퍼에서 짧은 그레인(알갱이)을 잘라내어 겹쳐서 재생하는 영상판 그래뉼러입니다.
Position이 잘라내는 위치(01), Spray가 그 편차(01, 기본값 0.3)
GrainSeconds가 그레인 하나의 길이(0.01~10초, 기본값 0.08)
- 최대 4보이스(
voices: 1~4)까지 겹칠 수 있으며, 그레인마다 역재생(reverseProbability)・속도 편차(speedJitter)를 섞을 수 있습니다
speed는 -8~8(음수면 역재생)
영상
입력 포트
| Port ID | 타입 |
Buffer | FrameBufferInput |
Position | float |
Spray | float |
GrainSeconds | float |
Speed | float |
ReverseProbability | float |
SpeedJitter | float |
출력 포트
| Port ID | 타입 |
Out | RenderTexture |
스크립트에서 설정할 수 있는 멤버
| 경로 | 타입 |
positionInput | float |
sprayInput | float |
grainSecondsInput | float |
speedInput | float |
reverseInput | float |
speedJitterInput | float |
currentPosition | float |
currentSpray | float |
currentGrainSeconds | float |
currentSpeed | float |
currentReverseProbability | float |
currentSpeedJitter | float |
currentSeed | int |
currentVoices | int |
Synapse Apps (스크립팅)
await synapse.modules.create({ type: "BufferGranular" })