[CM] build clm-4

Bill Schottstaedt bil at ccrma.Stanford.EDU
Thu May 23 17:36:53 PDT 2013


You can get that error if you type

(with-sound () fm-violin 0 1 440 .1)

which strikes me as odd -- surely fm-violin is defined?
Or is this related to the fact that fm-violin is a function
so it's undefined when used as a variable?

* (defun hi (a) a)

HI
* hi

debugger invoked on a UNBOUND-VARIABLE in thread
#<THREAD "main thread" RUNNING {10029F92B3}>:
  The variable HI is unbound.

I'm forgetting what little CL I ever knew...



More information about the Cmdist mailing list