13. bhold
bhold
takes an input signal in
and holds the buffer
contained inside of it. presumably, this is then set with
cabset
, then explicitely unheld with bunhold
.
<<ugens-top>>=
(define (bhold in)
(param in)
(rvl "bhold"))
prev | home | next