[CM] type double-float
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Thu Jul 10 12:15:03 PDT 2014
Is it possible that you forgot to load all.lisp? In sbcl
(load "all.lisp")
(compile-file "moog.lisp")
(load "moog")
(compile-file "filter-noise.ins")
(load "filter-noise")
then try the example in filter-noise.ins.
This doesn't work in clisp (some loop-finish complaint), but it's
been about 20 years since I last looked at it, and I can't remember
what the clisp problem was.
More information about the Cmdist
mailing list