107. oscf

oscillator with floating-point precision. Supply the frequency freq and the ftable ft as a lambda. iphs, the initial phase, should be a value between 0 and 1.

<<ugens-top>>=
(define (oscf freq iphs ft)
  (param freq)
  (param iphs)
  (ft)
  (rvl "oscf"))



prev | home | next