120. tchoose

tchoose will choose which table to select from in a ftlist.

<<ugens-top>>=
(define (tchoose clk pos lst)
    (param clk)
    (param pos)
    (lst)
    (rvl "tchoose"))



prev | home | next