rsc3/doc/examples/ugen/binary-ops/max.help.scm

8 lines
118 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
;; (max a b)
;; Maximum.
(audition
(out 0 (let ((z (f-sin-osc ar 500 0)))
(u:max z (f-sin-osc ar 0.1 0)))))