i just ran all the wave.clm example in Grace several times on my xp emulator without crashing. the audio playback widget isnt working but i dont know why yet....
try this: 1 turn off Audio>SndLib>AutoPlay (select it so that its unchecked) 2 run the wave.clm examples with all the "~/" removed from the file names if that doesnt crash at least ill have some more info. On Dec 5, 2009, at 10:21 AM, David Rush wrote: > 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 _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
