Basic Oscillators
Basic Oscillators
The basic oscillator opcodes are: (note that opcodes that end with 'i' implement linear interpolation and those that end with '3' implement cubic interpolation).
- Oscillator Banks: oscbnk
- Simple table oscillators: oscil, oscil3 and oscili.
- Simple, fast sine oscilator: oscils
- Precision oscilators: poscil and poscil3.
- More flexible oscillators: oscilikt, osciliktp, oscilikts and osciln (also called oscilx).
Oscillators can also be constructed from generic table read opcodes. See the Table Read/Write operations section.
LFOs
See the section Table access for other table reading opcodes that can be used as oscillators. Also see the section Dynamic spectrum Oscillators.