Mercurial > vba-clojure
comparison clojure/com/aurellem/run/final_cut.clj @ 604:c8cda378e1a0
fixed flaw in advanced move recording.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 02 Sep 2012 10:34:14 -0500 |
parents | bc2858781507 |
children | 54644b08da1a |
comparison
equal
deleted
inserted
replaced
603:b3e5006e23f0 | 604:c8cda378e1a0 |
---|---|
20 ([^File target-dir | 20 ([^File target-dir |
21 moves-render-fn | 21 moves-render-fn |
22 render-ram-map? | 22 render-ram-map? |
23 initial-state | 23 initial-state |
24 moves] | 24 moves] |
25 (write-moves! moves (File. target-dir "rlm-yellow-hack.vbm")) | 25 (write-moves-to-file! moves (File. target-dir "rlm-yellow-hack.vbm")) |
26 (let [ram-map-dir (File. target-dir "ram-map") | 26 (let [ram-map-dir (File. target-dir "ram-map") |
27 frames-dir (File. target-dir "frames") | 27 frames-dir (File. target-dir "frames") |
28 moves-dir (File. target-dir "moves") | 28 moves-dir (File. target-dir "moves") |
29 audio-file (File. target-dir "audio.wav") | 29 audio-file (File. target-dir "audio.wav") |
30 _ (.mkdir target-dir) | 30 _ (.mkdir target-dir) |