[CM] CLM-4 binaries
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Fri Dec 26 04:13:14 PST 2008
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))
More information about the Cmdist
mailing list