| Jay.B wrote:
> 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?
You may specify the full pathname, but in your case it
would have been easier to specify the pathname *relative*
to SSDIR:
"folder/sound.aiff"
^
Note the lack of preceding '/'
Would have matched $SSDIR/folder/sound.aiff or ./folder/sound.aiff
These are computer path names. Oh, I mean UNIX pathnames.
Toby
-There otta be a law- |