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

8 lines
262 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
;; (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))))