rsc3/doc/help/ugen/delays/delay2.help.scrbl
2022-08-28 12:27:01 +02:00

17 lines
192 B
Racket

#lang scribble/manual
@(require (for-label racket))
@title{(delay2 in)}
Fixed two sample delay.
@racketblock[
(let ((s (impulse ar 1 0)))
(audition
(out 0 (add s (delay2 s)))))
]