[CM] s7: Snd in CM, CM in Snd anyway?

Bill Schottstaedt bil at ccrma.Stanford.EDU
Wed Jun 10 15:25:16 PDT 2015


Well, the second time... Here I am in the s7 repl:

(define f ((*libc* 'popen) "./snd" "w"))
((*libc* 'fputs) "(open-sound \"oboe.snd\")" f)
((*libc* 'fflush) f)
 #<sound 0> ; heh heh
((*libc* 'pclose) f)



More information about the Cmdist mailing list