rust-synth 0.22.2

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
pub mod engine;
pub mod preset;
pub mod track;
pub mod vibe;

pub use engine::{AudioEngine, EngineHandle};
pub use preset::{Preset, PresetKind};
pub use track::{Track, TrackParams};
pub use vibe::{apply as apply_vibe, VibeKind};