[CM] type double-float
James Hearon
j_hearon at hotmail.com
Thu Jul 10 10:55:14 PDT 2014
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 moog-gaincoeffs
'(0.999969 0.990082 0.980347 0.970764 0.961304 0.951996 0.94281 0.933777 0.924866 0.916077
0.90741 0.898865 0.890442 0.882141 ... ))
(defparameter moog-gaintable
(make-double-float-array (length moog-gaincoeffs)
:initial-contents (mapcar #'double-float moog-gaincoeffs)))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ccrma-mail.stanford.edu/mailman/private/cmdist/attachments/20140710/00ceaba6/attachment.html
More information about the Cmdist
mailing list