我正在尝试使用emacs和史莱姆使用Overtone连接到实时代码。我的整个工作正常,但是当我尝试跑步时
(ns foo
(:use [overtone.live]
[overtone.inst.synth]))
(definst bar [] (saw 220))
我收到错误消息“无法在类路径上找到overtone / live__inti.class或overtone / live.clj:”我收集到的基本上是指类文件不在其查找位置。我不确定该如何解决。
最佳答案
重要说明:不建议使用Slime / Swank / Cake连接Overtone和Emacs。而是考虑通过Leiningen 2+和CIDER 使用nREPL
看来您在类路径上没有Overtone jar。检查事项:
最后,您可能需要看一下以下安装视频:http://vimeo.com/25190186,它描述了获取Overtone dev环境安装程序的过程。
祝您好运,并加入邮件列表并分享您的想法:http://groups.google.com/group/overtone