rsc3/doc/help/ugen/oscillators/osc-n.help.scrbl

17 lines
394 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{(osc-n rate bufnum freq phase)}
2022-08-28 10:27:01 +00:00
2022-08-24 13:53:18 +00:00
Noninterpolating wavetable lookup oscillator with frequency and
phase modulation inputs. It is usually better to use the
interpolating oscillator.
The buffer size must be a power of 2. The buffer should NOT be
filled using Wavetable format (b_gen commands should set wavetable
flag to false.
2022-08-28 10:27:01 +00:00