Basically they crash on me pretty regularly. WinXP Media Center
Edition. I'm trying to run some of the examples from wave.clm,
specifically the following:

;-----------------------------------------------------
(define (simpwav n r d lb ub)
  (process repeat n
           for k = (between lb ub)
           for t = (elapsed #t)
           do
           (wave t d (hz k) .1)
           (wait r)))

(sprout (simpwav 10 .2 .1 60 80) "~/wave.wav")
;-------------------------------------------------------

Now that I actually look at it, do I need some kind of environment
variable set to emulate $HOME on unix?

david rush
-- 
GPG Public key at http://cyber-rush.org/drr/gpg-public-key.txt

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to