[CM] errors when (use-system :clm) and (load "instrument") commands are called
Heinrich Taube
taube at uiuc.edu
Tue, 19 Feb 2008 06:26:06 -0600
> Don't ask its source" :-) So loading .cmucl file has solved my
> problem.
you might consider switching from CMUCL to SBCL -- there is more
experience with SBCL on this list and so you may find your questions
get answered more definitively.
> # I have another question. Should one use the (use-system :clm)
> command everytime s/he starts the common music. Or It is used once
> for installing?
you can put the (use-system :clm) inside a file called ~/.cminit.lisp
and it will be autoloaded every time cm starts. but autoloading can
also be a source of problems .
the next feature relase of GraceCL will have a Systems Configuration
where you can select systems to be autoloaded each time you start lisp.
On Feb 19, 2008, at 3:10 AM, Uğur Güney wrote:
> # Thank you very much! Now I can use the lisp+emacs system for
> synthesis too.
> # As I understand from the common music web page, cmucl is a kind of
> lisp. But it is not installed on my computer. I have only clisp. But
> there is an idiom in Turkish "eat the grape. Don't ask its
> source" :-) So loading .cmucl file has solved my problem.
>
> CM> (load "/home/sokratesla/music/lisp/clm-3/v.cmucl")
> ; Loading #P"/home/sokratesla/music/lisp/clm-3/v.cmucl".
> ;;; Opening shared library /home/sokratesla/music/lisp/clm-3/
> clm_FM_VIOLIN_0.so ...
> ;;; Done.
> ;; Loading #P"/home/sokratesla/music/lisp/clm-3/v.x86f".
>
> # I have another question. Should one use the (use-system :clm)
> command everytime s/he starts the common music. Or It is used once
> for installing?
> -ugur guney-
>
>
> On Feb 17, 2008 2:06 PM, Bill Schottstaedt <bil@ccrma.stanford.edu>
> wrote:
> I think you're using cmucl(?) so the CLM instrument problem
> is that you need to load "beep.cmucl", not "beep.x86f" or "beep".
>
>
>
>