Expand description
A library for creating and using wavetables for sound generation.
Re-exports§
pub use self::wavetable::Wavetable;
pub use self::wavetable::WavetableRef;
pub use wt_creator::WtCreator;
pub use wt_manager::WtManager;
pub use wt_manager::WtInfo;
pub use wt_oscillator::WtOsc;
pub use wt_reader::WtReader;
Modules§
- wavetable
- A wavetable representing a collection of waveshapes.
- wt_
creator - Creates common wavetables.
- wt_
manager - Manages access to wavetables.
- wt_
oscillator - A simple example oscillator using wavetables.
- wt_
reader - Reads wavetable files in WAV format.