70. gen_vals

gen_vals produces parses a string of values separated by spaces and places them into ftable ft. The ftable will be automatically re-allocated to fit the number of values in the string. ft is NOT a lambda.

<<ugens-top>>=
(define (gen_vals ft str)
  (param ft)
  (param str)
  (rvl "gen_vals"))



prev | home | next