[CM] *clm-search-list* and relative pathnames

Michael Klingbeil michael@klingbeil.com
Sun, 30 Sep 2007 15:16:36 -0400


It's a bit hard to diagnose without looking at your "soundfile" instrument. Post the source and perhaps then we can figure it out.


Achim Bornhoeft wrote:
> With *clm-search-list* this is working:
> 
> (with-sound (:srate 44100 :statistics t)
>   (soundfile 0 4 (open-input* "1-4.wav") '(0 0 0.1 1 0.9 1 1 0) .7))
> 
> but with this the listener hangs:
> 
> (with-sound (:srate 44100 :statistics t)
>   (soundfile 0 4 "1-4.wav" '(0 0 0.1 1 0.9 1 1 0) .7))
> 
> Is there any possibility to use relative pathnames in CLM (OpenMCL)?
> 
> 
> Bill Schottstaedt schrieb:
>> The *clm-search-list* business works on a Mac (and Linux) in sbcl; I 
>> can't test
>> openmcl, and can't see why it would hang even if merge-pathnames
>> was unhappy.
>>
>> _______________________________________________
>> Cmdist mailing list
>> Cmdist@ccrma.stanford.edu
>> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>>
>