synthie 0.4.0

Chiptune-focused synthesizer engine: dual OSC, ring mod, filters, envelopes, LFO, arpeggiator, and FX (reverb, delay, chorus, bitcrusher)
Documentation
1
2
3
4
5
6
//! Built-in preset bank (pure data, no filesystem I/O).
//!
//! Filesystem persistence for user presets lives in the binary crate's
//! `preset_store` module and is not part of the library API.

pub mod sid;