81. nylon
nylon
is nylon string physical model. freq
is frequency.
pos
is the pluck position (though honestly this doesn't
seem to make that much of a difference).
This is a FAUST node, so it is highly recommend to use cc
(cable copy) with all the signal paramters that
are to be used in multiple places.
<<ugens-top>>=
(define (nylon trig freq pos)
(param trig)
(param freq)
(param pos)
(rvl "nylon"))
prev | home | next