TapeStop
Audio GpuEmulates tape-style slowdowns and restarts on incoming audio.
TapeStop ramps playback speed down or back up over a timed window, creating classic DJ stop and restart gestures without leaving the graph.
Parameters
| Name | Type | Description |
|---|---|---|
| phase | float | Beat phase used for sync and triggering. |
| chance | float | Probability of triggering the effect. |
| stop_time | float | Time spent decelerating. |
| start_time | float | Time spent accelerating back up. |
| mode | int | Chooses stop-start, stop-only, or start-only behavior. |
| mix | float | Dry/wet blend. |
Ports
| Name | Direction | Type |
|---|---|---|
| input | Input | AUDIO_BUFFER |
| output | Output | AUDIO_BUFFER |