128. tabmorf
tabmorf
performs table lookup and morphing with an ftable
list. phs
is a phasor signal, and pos
is the wavetable
position. All variables are normalized.
<<ugens-top>>=
(define (tabmorf phs pos ftl)
(param phs)
(param pos)
(ftl)
(rvl "tabmorf"))
prev | home | next