I'm using Windows 7 64 bit, light table 0.3.9, and lein 2.2.1, but
I have problems connecting to Overtone from Light Table.
clojure.lang.Compiler$CompilerException:
java.lang.ClassNotFoundException: overtone.live
I'm using Windows 7 64 bit, light table 0.3.9, and lein 2.2.1, but
I have problems connecting to Overtone from Light Table.
clojure.lang.Compiler$CompilerException:
java.lang.ClassNotFoundException: overtone.live
Copyright © 2021 Jogjafile Inc.
Out of curiosity I installed
JDK 7andlein 2.1.2on my Windows laptop and downloadedlight table 0.3.9.First, I created new lein project using
lein.bat new insane-noisescommand.Then, I opened light table ide and added
insane-noisesdirectory to the workspace.Then, I edited my
project.cljfile to set right dependencies:Then, I edited my
core.cljfile:When I tried to eval
(demo (sin-osc))line directly from light table editor, it downloaded all dependencies and played the noise.Finally, I tried light table
instarepl:It played the same noise again.
So, I experienced no problems using overtone with light table ide from my x64 Windows 7.
Check your dependencies. Probably, you forgot to add
overtonedependency to yourproject.clj.