chipbox
is an open-source desktop DAW written in Rust.
This repository is currently set up for my own convenience - the project is in early development. This branch in particular is testing grounds for me and a change in approach to building the application.
The following is subject to change, although things already listed here are of high priority.
- An audio node graph system that enables users to create flexible synthesizers and effects chains.
- VST3, CLAP, SF2, SFZ support.
- Editor extensibility through custom WebAssembly modules.
Editor extensibility through Lua scripting.Wasm is just better for this use case...- At least ASIO, WASAPI, JACK, ALSA audio backends.
- MIDI I/O.
- Microtonal support.