[CM] Problems with CLM on RH 7.3

David Gerard Matthews dgm4+@pitt.edu
Mon, 11 Nov 2002 22:16:57 -0500


Fernando Pablo Lopez-Lezcano wrote:

>>Are you compiling the instrument? Just pasting the source into the lisp
>>listener will not work. 
>>
>>You have to:
>>a) save the instrument source in a file (for example "simp.ins")
>>b) compile the file with "(compile-file "simp.ins")"
>>c) load the compiled instrument with "(load "simp.cmucl")"
>>e) test it:
>>   (with-sound()(simp 0 1 440 0.1))
>>
>>-- Fernando
>>
Ah.  Shows what a silly newbie I am.  Thanks.  I was, in fact, pasting 
the source into the listener.
Will try actually compiling the thing for real.  Thanks, Fernando!
-dgm