# HG changeset patch # User Robert McIntyre # Date 1336216795 18000 # Node ID 346b91ae503ad154cbe4eaf0590109f6b769ff04 # Parent 221b3fea9221bd4ed74dbb95535139ad942beb30 adjusted drum beats. diff -r 221b3fea9221 -r 346b91ae503a clojure/com/aurellem/run/music.clj --- a/clojure/com/aurellem/run/music.clj Fri May 04 09:03:34 2012 -0500 +++ b/clojure/com/aurellem/run/music.clj Sat May 05 06:19:55 2012 -0500 @@ -392,6 +392,7 @@ (->signed-8-bit (+ ;; two music-steps (- (* 2 (count (music-step 0 0 false)))) + ;; one noise (- (count (music-step nil nil true))) -2 ;; this jump instruction -2 ;; activate frame 1 @@ -542,7 +543,7 @@ (def midi-code->gb-noise-code {nil 0xFF - 35 87 + 35 90 38 20 39 0 }) diff -r 221b3fea9221 -r 346b91ae503a music/mother.rg Binary file music/mother.rg has changed diff -r 221b3fea9221 -r 346b91ae503a music/wizards5.mid Binary file music/wizards5.mid has changed