[CM] and yet one more...

Rick Taube taube@uiuc.edu
Tue, 26 Nov 2002 15:03:36 -0600


>
>    How do I set set-clm-output-hook! to autoplay (in Linux) a newly
>created soundfile ?
>

every score type should be 'hookable':

(set-clm-output-hook! ...)
(set-audio-output-hook! ...)
(set-cmn-output-hook! ...)
(set-sco-ouput-hook! ...)
(set-midi-output-hook! ...)


Maybe you can also do

	(events ... "/tmp/foo.aiff" :play T)

and cm should pass the :play value directly on to CLM.