99. tget

Gets value at position pos from ftable ft.

<<ugens-top>>=
(define (tget pos ft)
  (param pos)
  (ft)
  (rvl "tget"))



prev | home | next