[CM] build clm-4

andersvi at notam02.no andersvi at notam02.no
Thu May 23 13:03:51 PDT 2013


    J> I get
    J> COMMON-LISP-USER by evaluating the above expressions in sbcl on fedora 18.

    J> But  if I just do:

    J>  (compile-file "v.ins")
    J>  (load "v")

    J> I get:
    J> The variable FM-VIOLIN is unbound.

    J> Also if I go on to the 2nd example from the CL/CLM manual online:

    J> (definstrument simp (start-time duration frequency amplitude)
    J>   (let* ((beg (floor (* start-time *srate*)))
    J>          (end (+ beg (floor (* duration *srate*))))
    J>          (j 0))
    J>     (run
    J>       (loop for i from beg below end do
    J>         (outa i (* amplitude (sin (* j 2.0 pi (/ frequency *srate*)))))
    J>         (incf j)))))

    J> I get:

    J> The variable SIMP is unbound.

    J> So maybe SBCL is not the best choice for lisp for CLM?

clm w. sbcl is usually very stable.  Have you loaded clm at all in your
lisp?

If you follow what README.clm says and the problems persist, paste in
your whole session, from starting up to the message about unbound
FM-VIOLIN, and send in an email.



More information about the Cmdist mailing list