Visual Glitch
GPU GpuRandomly combines multiple visual glitch effects in one GPU meta-operator.
Visual Glitch selects and blends channel shifts, block moves, scan distortion, static, and other effects using beat-timed trigger probabilities.
Parameters
| Name | Type | Description |
|---|---|---|
| phase | float | Beat phase used for sync and triggering. |
| shift_chance | float | Probability of channel-shift selection. |
| block_chance | float | Probability of block-displacement selection. |
| scan_chance | float | — |
| static_chance | float | Probability of static-glitch selection. |
| pixelate_chance | float | — |
| invert_chance | float | — |
| intensity | float | Global effect intensity. |
| duration | float | — |
| mix | float | Dry/wet blend. |
Ports
| Name | Direction | Type |
|---|---|---|
| input | Input | TEXTURE |
| texture | Output | TEXTURE |