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
the input triggers to filter
the probability between zero (no trigger passed) and 1 (all triggers passed)
The argument order is different from its sclang counterpart.
TRand
PulseDivider
Gate
Abstract method which must be implemented by creating the actual UGens during expansion.
UGen
Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion
the expanded object (depending on the type parameter U)
U
A UGen that randomly filters an input trigger signal. When a trigger arrives, it may pass with a probability given by the
prob
argument.the input triggers to filter
the probability between zero (no trigger passed) and 1 (all triggers passed)
The argument order is different from its sclang counterpart.
TRand
PulseDivider
Gate