rsc3/doc/help/ugen/delays/delay2.help.scrbl

13 lines
173 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{(delay2 in)}
Fixed two sample delay.
(let ((s (impulse ar 1 0)))
(audition
(out 0 (add s (delay2 s)))))