75. gen_sinesum

gen_sinesum creates a sumation of harmonically sinusoids with supplied amplitudes in a string str.

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



prev | home | next