Skip to content

Commit

Permalink
use tsin and slow down the main amplitude loop
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Nov 21, 2024
1 parent 4a13b12 commit 95cb14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/envelope_collapse.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(* 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)))
(+ (* (tsin 0.66 (+ tx dtx) 0)
(math/sin
(* eq/TAU (+ (* 0.011 x)
(* 1.1 (tsin -0.051 t (* 0.05 (- x 1.2))))
Expand Down

0 comments on commit 95cb14c

Please sign in to comment.