[CM] polyshape

Kjetil Matheussen k.s.matheussen at gmail.com
Sat Feb 6 01:12:38 PST 2021


>     I'm trying to figure out how to use the coefficients, but I get an "attempt to apply a real -1.0, etc. error" when I plugin the float vector to the coeffs parameter.
>
>     (with-sound ()
>       (let ((gen (make-polyshape 400.0 :coeffs (-1.0 -5.0 18.0 8.0 -48.0 0.0 32.0))))

Hi, there seems to be a missing single quote before the list: '(-1.0
-5.0 18.0 8.0 -48.0 0.0 32.0)


More information about the Cmdist mailing list