Warning: this is in a very early stage of development.
Experimental DAW with a focus on microtonal composition, expressiveness and physical modelling.
GUI parts are written in lua with LÖVE, the audio backend is in Rust.
- Make sure you have installed Rust.
- You'll want ASIO support, detailed build instructions are on the cpal repo.
cargo build
will build the backend.- Install LÖVE.
- Run
love .
in the lua folder.
A setup file will automatically be generated in lua/settings where you can configure your audio/midi device, see example_setup.lua for instructions.
For release mode, use cargo build --release
and set release = true
in main.lua
.
When things stabilize I will provide builds.