59. maygate

maygate is a maybe gate. given a signal trig, it will have have a probability of outputing a gate signal with probability prob.

If type is nonzero, it will output triggers instead of a gate. (making this a Sporth maytrig).

<<ugens-top>>=
(define (maygate trig prob type)
  (param trig)
  (param prob)
  (param type)
  (rvl "maygate"))



prev | home | next