Additive synthesis engine for music production and sound design. Written in Rust for performance and correctness.
- Additive synthesis with up to 256 partials
- Real-time modulation of partials
- Amplitude
- Phase
- Frequency
- Built-in effects
- Multiple engines
- maybe: modular signal chain
- CLAP
- VST3
- Standalone
docs/: documentation and design notesfaust/: faust implementation of the synth enginemath/: mathematical foundations and utilitiesrust/: source code for the engine, plugins and standalone synth
Contributions are welcome! Please see the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is licensed under the GPLv2 License. See the LICENSE file for details.