[CM] dlocsig example
bil at ccrma.Stanford.EDU
bil at ccrma.Stanford.EDU
Mon Dec 14 10:34:19 PST 2015
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".
More information about the Cmdist
mailing list