[CM] newbie setup CLM + CMUCL

brianwb@mail.utexas.edu brianwb@mail.utexas.edu
Fri, 26 Mar 2004 13:43:37 -0600


I am trying to do the example in the manual so i do...


(require :clm)
that works fine
(compile-file "v.ins")
that works fine
(load "v.cmucl")
that works fine
(with-sound () (fm-violin 0 1 440 .1))
this gives an error

 Warning: 440.0 is not a known argument keyword.
 
 
Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER:
   -1088380920 is not of type (UNSIGNED-BYTE 32)
   [Condition of type TYPE-ERROR]
 
Restarts:
  0: [ABORT] Return to Top-Level.

Does anyone know how to get this working?
thanks for your help