[CM] Snd and CLM

Bill Schottstaedt bil@ccrma.Stanford.EDU
Fri, 12 Mar 2004 04:12:51 -0800


 > Unbound variable: defun

"defun" is from common-lisp, but the lisp-like language in Snd is
Scheme (Guile), so you need to use "define".  Better might be
"definstrument" which should work in both contexts.  There's
an example in clm.html below the common lisp case (named "scm-simp").