rsc3/doc/examples/ugen/triggers/pulse-count.help.scm

7 lines
262 B
Scheme

;; (pulse-count trig reset)
;; This outputs the number of pulses received at `trig' and outputs
;; that value until `reset' is triggered.
(let ((f (mul (pulse-count (impulse ar 10 0) (impulse ar 0.4 0)) 200)))
(audition (out 0 (mul (sin-osc ar f 0) 0.05))))