Time Scratch
ふだんはライブの最新フレームに追従していて、Speed をいじるか Scratch を叩いた瞬間だけバッファ内を一時的にスクラッチします。終わればライブに復帰します。DJのスクラッチと同じ操作感を映像に持ち込むためのノードです。
- Speed はクランプなし(デッドゾーン 0.0001)
動画
入力ポート
| Port ID | 型 |
|---|---|
Buffer | FrameBufferInput |
Speed | float |
Scratch | trigger |
Reset | trigger |
Loop | bool |
出力ポート
| Port ID | 型 |
|---|---|
Out | RenderTexture |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
speed | float |
loop | bool |
currentSpeed | float |
currentLoopEnabled | bool |
currentActive | bool |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "TimeScratch" })