rust-synth 0.19.0

Terminal modular ambient synthesizer — FunDSP + Ratatui. Long cinematic pads, Euclidean drum sequencer, per-track LFO, Valhalla-Supermassive-style reverb, genetic evolution coupled to Conway's Game of Life, TOML presets, FLAC recording.
Documentation
1
2
3
4
5
6
7
pub mod engine;
pub mod preset;
pub mod track;

pub use engine::{AudioEngine, EngineHandle};
pub use preset::{Preset, PresetKind};
pub use track::{Track, TrackParams};