29. bdup
bdup
is a buffer stack duplication operation. it will
call a dup stack operation in both the graforge buffer
stack as well as the runt stack. It is assumed that
the item in the runt stack is indeed a buffer and not
a constant.
<<ugens-top>>=
(define (bdup)
(rvl "bdup"))
prev | home | next