Experimental DAW with a focus on microtonal composition, expressiveness and physical modelling.
For help, see the manual.
- Make sure you have installed Rust.
- Use
cargo runto build and start the application in debug mode.
For an optimized build, use cargo run --release.
To use ASIO, we need the sdk. Download it from https://www.steinberg.net/asiosdk and put it in some convenient like C:\sdk\ASIOSDK.
Then, set "CPAL_ASIO_DIR" in your environment variables to this path.
You also need LLVM installed. If you haven't, go to https://github.com/llvm/llvm-project/releases/latest and get 'clang+llvm-[version]-x86_64-pc-windows-msvc.tar.xz'
More detailed build instructions are on the cpal repo.
JACK is enabled by default.
Install the necessary dependencies:
sudo apt install libasound2-dev libjack-jackd2-dev libjack-jackd2-0 libdbus-1-devsudo dnf install alsa-lib-devel jack-audio-connection-kit-develNo special requirements. it should Just Work.
