de.sciss.synth.ugen
A UGen that randomly filters an input trigger signal. When a trigger arrives, it may pass with a probability given by the prob argument.
prob
// filter dust, probability controlled by mouse play { val p = MouseX.kr CoinGate.ar(Dust.ar(400), p) }
The argument order is different from its sclang counterpart.
TRand
PulseDivider
Gate
the input triggers to filter
the probability between zero (no trigger passed) and 1 (all triggers passed)
A UGen that randomly filters an input trigger signal. When a trigger arrives, it may pass with a probability given by the
prob
argument.Examples
The argument order is different from its sclang counterpart.
TRand
PulseDivider
Gate