[CM] emacs, slime, sbcl, clm

2013-09-06 Thread James Hearon
Hi, I'm getting myself confused about how to evaluate a clm .lisp file in emacs. I tried evaluating the inst below but get a lisp error: (void-function with-sound). (definstrument examp1 (start-time duration frequency amplitude) (let* ((beg (floor (* start-time *srate*))) (end (+ beg

Re: [CM] emacs, slime, sbcl, clm

2013-09-06 Thread Bill Schottstaedt
You do need to compile the instrument code in the CL clm -- the compiler forces the run macro to expand fully, or something like that. ___ Cmdist mailing list Cmdist@ccrma.stanford.edu http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist