Closed trichome closed 13 years ago
Go inside emacs, run slime-connect, go to the core namespace, select everything and press CTRL+C, CTRL+R to compile the selection. after that, you are ready to get crazy!
I got "No message. [Thrown class java.lang.ExceptionInInitializerError]"
I've installed ddf.ddf.Minim extension through modifying project.clj too.
Backtrace:
0: music_as_data.elementsinit.load(Unknown Source)
1: music_as_data.elementsinit.
Make sure you have minim beta version installed
I use ddf.minim-2.1.0.jar from org.clojars.automata/ddf.minim. It looks like it is beta version
Try pulling the latest version and running a lein deps. I've fixed the project.clj (hopefully!)
If it's not working, please open an issue. Thanks for your time!
As the readme instructs, I try to run "lein compile core.clj" (core.clj being in the src/music_as_data/ directory) but I get:
Exception in thread "main" java.io.FileNotFoundException: Could not locate core/clj__init.class or core/clj.clj on classpath: (NO_SOURCE_FILE:1) and more lines (it says 12 more but doesn't list them)
I'd really like to get this running. I love repl programming and I love music so this could get crazy.