78. cc (cable copy)
Performs a cable copy. A cable copy operation takes the contents of audio-rate cable's buffer, and copies it over to another buffer of another cable. This is primarily used to work with FAUST-generated nodes, as they destructively overwrite input cables.
<<ugens-top>>=
(define (cc in)
(param in)
(rvl "cc"))
prev | home | next