The size of the interval picked randomly from the delay line.
| key | value |
|---|---|
| default | 3 |
| range | [1, 4] |
| is | api.TargetType.AutomatableParameter |
If is_muted=true, this effect is bypassed.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
If is_soloed=true, effects that don't have is_soloed=true are bypassed.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
The seed for the random number generator. Determines the order in which the intervals are picked.
| key | value |
|---|---|
| default | 16777215 |
| range | [65535, 16777215] |
| is | api.TargetType.AutomatableParameter |
Holds the configuration for the rasselbock shuffle effect.
The shuffle effect writes all incoming signal on a delay line, and plays the delay line back in segments (sized by interval_index) at random positions quantized by the interval_index parameter.
The delay line is cleared and built up from scratch every time a step starts, and the random segment is only picked from the already written to part of the delay line. This means the first interval heard when a step starts will always be the incoming signal, and the longer the step lasts, the more random the audio will become.