33. wavout
wavout will take in a signal in and write it to disk
with filename name as a mono wav file. a copy of the
the signal is pushed back onto the stack, so be sure to
use bdrop if that signal is not needed.
<<ugens-top>>=
(define (wavout in name)
(param in)
(param name)
(rvl "wavout"))
prev | home | next