[CM] snd: cannot set hardware parameters for default

Bill Schottstaedt bil at ccrma.Stanford.EDU
Fri, 25 Jan 2008 04:03:29 -0800


> (with-sound (:output "/home/user/somethingelse/file.snd") (fm-violin 0 5 440 0.5))

You can set *clm-file-name* to point to the desired default output
directory.  Here I am working in /Users/bil/test/clm:

* (setf *clm-file-name* "/Users/bil/cl/test.aiff")

"/Users/bil/cl/test.aiff"
* (with-sound () (fm-violin 0 1 323 .1))

"/Users/bil/cl/test.aiff"
* (with-sound (:output "temp.aiff") (fm-violin 0 1 440 1))

"/Users/bil/cl/temp.aiff"