Skip to main content

Module wavetable

Module wavetable 

Source

Structs§

WavetableVoice
Tier A wavetable oscillator (256-byte table, linear interpolation).

Statics§

PULSE_25_TABLE
Built-in 256-sample 25% pulse wavetable.
SAW_TABLE
Built-in 256-sample sawtooth wavetable.
SINE_TABLE
Built-in 256-sample sine-ish wavetable for FM and defaults.
SQUARE_TABLE
Built-in 256-sample 50% square wavetable.
TRIANGLE_TABLE
Built-in 256-sample triangle wavetable.

Functions§

generate_wavetable_fixed
Generate a 256-sample wavetable from a signed 8-bit sample mapping closure (-128..=127 -> 0..=255).