5. out
out
sets an incoming signal x
to be the output signal
using the monolith word monout
. This will also call the
ps
word, which stands for "please swap". This tells
graforge to hotswap the patch in the callback.
<<ugens-top>>=
(define (out x)
(param x)
(rvl "monout ps"))
prev | home | next