jonromero / music-as-data

A Live Programming language for music
mad.emotionull.com
BSD 2-Clause "Simplified" License
346 stars 22 forks source link

java.lang.ClassNotFoundException: ddf.minim.Minim #1

Closed r-moeritz closed 13 years ago

r-moeritz commented 13 years ago

When I try to compile core.clj Java complains that it can't find ddf.minim.Minim. I've searched through the project dirs & can't find this jar - is it a seperate download?

MHOOO commented 13 years ago

Try putting the library which is available at http://code.compartmental.net/tools/minim/ into your lib/ dir for now.

jonromero commented 13 years ago

Get the latest version and run lein deps. I think now it should be working

jonromero commented 13 years ago

up