Scratch
Audio GpuApplies DJ-style varispeed scratching to short captured audio segments.
Scratch replays slices of the input with controllable speed, randomized motion, and directional patterns to mimic turntable-style gestures.
Parameters
| Name | Type | Description |
|---|---|---|
| phase | float | Beat phase used for sync and triggering. |
| chance | float | Probability of triggering a scratch gesture. |
| size | float | Size of the captured scratch slice. |
| speed | float | Base scratch speed. |
| speed_rand | float | — |
| motion | int | Scratch motion pattern. |
| mix | float | Dry/wet blend. |
Ports
| Name | Direction | Type |
|---|---|---|
| input | Input | AUDIO_BUFFER |
| output | Output | AUDIO_BUFFER |