synthie 0.3.0

Rust synthesizer engine library with ADSR, filters, LFO, and reverb
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;