118. ftlist-choose

ftlist-choose chooses an ftable. This happens at init-time and is not a node.

<<ugens-top>>=
(define (ftlist-choose id lst)
    (param id)
    (lst)
    (rvl "ftlist_choose"))



prev | home | next