make-clm.cl only works in ACL (the "excl" business) -- I should probably delete that file. You'd normally use the Common Lisp version of CLM in a lisp listener, not as a stand-alone program -- nothing is gained (in this case) by making a separate executable image of CLM -- you're still sitting in the same listener. So to use CLM, start lisp,
(load "all.lisp") ;; then try out some example instrument (load "v.ins") (with-sound () (fm-violin 0 1 440 .1)) _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
