Skip to content

Commit

Permalink
and swap out unit-sin for utsin
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Nov 21, 2024
1 parent d9cf0bd commit 4a13b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shimmers/sketches/envelope_collapse.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
(let [t (* 0.1 t)]
(fn [x]
(let [tx (+ (tsin 0.05 t -0.1)
(eq/unit-sin (* 2 eq/TAU (+ x (* 0.9 t))))
x)
(utsin 1.15 t (* 0.2 x))
(* 0.1 x))
dtx
(* 1.5 (tsin 0.23 t (* 0.5 x (tsin 1.25 t (+ 0.001 x)))))]
(+ (* (math/sin (* 1.5 eq/TAU (+ tx dtx)))
Expand Down

0 comments on commit 4a13b12

Please sign in to comment.