rsc3/doc/examples/ugen/delays/delay2.help.scm

9 lines
117 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
;; (delay2 in)
;; Fixed two sample delay.
(let ((s (impulse ar 1 0)))
(audition
(out 0 (add s (delay2 s)))))