8 lines
119 B
Scheme
8 lines
119 B
Scheme
;; (neg a)
|
|
|
|
;; Negation.
|
|
|
|
(let ((s (sin-osc ar 440 0)))
|
|
(audition
|
|
(out 0 (mce2 (mul s 0.1)
|
|
(add s (neg s))))))
|