[CM] Selecting a sound
e deleflie
edeleflie at gmail.com
Mon Jun 18 05:16:17 PDT 2007
I still cant manage to properly select a sound. Why would this code:
(let ((outsound (new-sound "out.snd" :channels 4)))
(display (format #f "Currently selected Sound
is ~a \n" (selected-sound)))
(let ((insound (open-sound fullfilename)))
(display (format #f "Currently selected Sound
is ~a \n" (selected-sound)))
select-sound outsound;
(display (format #f "Currently selected Sound
is ~a \n" (selected-sound)))
print out this:
Currently selected Sound is 0
Currently selected Sound is 1
Currently selected Sound is 1
Etienne
More information about the Cmdist
mailing list