A simple program to generate procedural music.
The core of the program is based on this tutorial that I found when reading about music theory (you'll find my notes here, disclaimer though, it is not very well structured).
To use it, you'll need to install the Rust toolchains by following the instruction on the official website.
cargo run -- -hIf you just want to give it a try, you can use the following command
cargo run --release -- -c -r -d 120 -o 2No GUI is planned right now, but if you want to build one because CLI isn't your thing, please do!
You can find the TODO file here