Skip to content

Commit

Permalink
reminder of where base 64 and 48 sync up
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Aug 30, 2024
1 parent bab39e1 commit 57ee19d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shimmers/sketches/beat_table.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
[shimmers.common.ui.svg :as usvg]
[shimmers.sketch :as sketch :include-macros true]))

;; search for time change locations on base 64 or 48
(comment (filter (fn [x] (or (= 0 (mod x 64))
(= 0 (mod x 48)))) (range 2049)))

(defn scene [_]
(let [divisions [1 4 6 8 12 16 24 32]]
[:table
Expand Down

0 comments on commit 57ee19d

Please sign in to comment.