10 lines
186 B
Scheme
10 lines
186 B
Scheme
|
;; (u:log a)
|
||
|
|
||
|
;; Reciprocal.
|
||
|
|
||
|
(let* ((a (line ar -2 2 2 remove-synth))
|
||
|
(b (u:log a))
|
||
|
(f (mul-add (mce2 a b) 600 900)))
|
||
|
(audition
|
||
|
(out 0 (mul (sin-osc ar f 0) 0.1))))
|