rust-synth 0.20.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
8
9
10
11
12
pub mod app;
pub mod beats;
pub mod formula;
pub mod life;
pub mod params;
pub mod pattern;
pub mod tracks;
pub mod trajectory;
pub mod waveform;
pub mod waveshape;

pub use app::{run as run_tui, AppState, Focus};