PyoObjects to perform operations on PyoTableObjects.
PyoTableObjects are 1 dimension containers. They can be used to store
audio samples or algorithmic sequences for future uses.
Subsections
- Granulator : Granular synthesis generator.
- Lookup : Uses table to do waveshaping on an audio signal.
- Looper : Crossfading looper.
- Osc : A simple oscillator reading a waveform table.
- Pointer : Table reader with control on the pointer position.
- Pulsar : Pulsar synthesis oscillator.
- TableIndex : Table reader by sample position without interpolation.
- TableMorph : Morphs between multiple PyoTableObjects.
- TableRead : Simple waveform table reader.
- TableRec : TableRec is for writing samples into a previously created NewTable.