[CM] type double-float

2014-07-10 Thread James Hearon
Hi, I'm trying to figure out how to solve a double-float undefined error for the mapcar statement in Fernando's moog.lisp instrument in sbcl, emacs, slime, clm. Should I try to define the double-float type in moog.lisp or is it something I need to be doing from sbcl, or clm? (defparameter

Re: [CM] type double-float

2014-07-10 Thread Bill Schottstaedt
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