rsc3/doc/examples/ugen/unary-ops/tan.help.scm

9 lines
204 B
Scheme

;; (u:tan a)
;; Tangent.
(let* ((a (line kr (- pi) pi 1 remove-synth))
(b (sub (fdiv (u:tan a) (/ pi 2)) 1))
(f (mul-add b 900 1600)))
(audition
(out 0 (mul (sin-osc ar f 0) 0.1))))