Clamps Overview
Search Paths
Soundfiles
Search paths for soundfiles can be set in the *sfile-path* variable:
(pushnew (pathname "~/work/snd/") *sfile-path*)
This variable is a list and defaults to
(list (asdf:system-relative-pathname :ats-cuda "snd/") (asdf:system-relative-pathname :clamps "extra/snd/"))
All search paths are searched recursively for soundfiles in Clamps functions like #'path-find-file, #'track-ats, etc.