Transform
Sample & Hold
Samples a random CC value at a set rate, replacing the incoming CC stream with stepped random output. Optional slew smooths transitions between samples. Works on CCs only.

Parameters
RateHow often a new random value is sampled. In free mode: Hz. In sync mode: note value division.
SyncLocks the sample rate to the host tempo.
RangeHow far the random value can deviate from the current input value.
SlewSmooths the transition between sampled values. 0 = instant step, higher = gradual glide.
How It Works
S&H records the last incoming CC value. At each sample interval, it picks a new random target within the specified range of the current input value. The output moves toward this target — instantly with no slew, or gradually with slew.
The incoming CC acts as a centre point for the random range. If you send a CC value of 64 with a range of 20, the random targets will be between 44 and 84.
