Which lisp are you running, and what error did you get?
Here I am running the move-sound instrument in sbcl:
(load "all.lisp")
(compile-file "dlocsig.lisp")
(load "dlocsig.fasl")
(compile-file "move-sound.ins")
(load "move-sound.fasl")
(load "v")
(with-sound (:channels 4) (move-it (:path (make-path '((-10 10) (.1 .1)
(10 -10)))) (fm-violin 0 1 440 .1)))
and I got "test.snd".
_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist