9 lines
163 B
Scheme
9 lines
163 B
Scheme
|
;; (u:floor a)
|
||
|
|
||
|
;; Round signal down.
|
||
|
|
||
|
(let* ((x (mouse-x kr 65 95 0 0.1))
|
||
|
(f (midi-cps (u:floor x))))
|
||
|
(audition
|
||
|
(out 0 (mul (sin-osc ar f 0) 0.1))))
|