2. sine

sine is a table-lookup sine wave oscillator. freq is the frequency, amp is amplitude. Note that each instance of sine allocates an ftable.

<<ugens-top>>=
(define (sine freq amp)
  (param freq)
  (param amp)
  (rvl "sine"))



prev | home | next