| Matt -
On 22 June I wrote:
>I'm having trouble using GEN01 to transfer a sample file to an ftable.
>Sndinfo reads all the header data correctly and plays the sound o.k., but
>GEN01 seems to think the file is 2147450879 (!) samples.
I have got this working ok now. The problem stemmed from the fact that the
sound file was nested inside a folder inside the ssdir folder. I had given
filcod as "folder/sound.aiff" in my f statement, but csound did not
interpret this as "ssdir/folder/sound.aiff". By removing "sound.aiff" from
"folder" and placing it directly in ssdir, everything works fine.
So is it not possible to have folders of samples inside the ssdir folder? If
only one folder is being used by a project then its just a case of
redefining ssdir, but what if more than one? Do I need to specify a FULL
pathname for each f statement?
Cheers... jay.b |