Crate wavetable

Source
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.

Type Aliases§

Float