Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

blchrd/procedural-music-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedural music generator

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).

Quick start

To use it, you'll need to install the Rust toolchains by following the instruction on the official website.

cargo run -- -h

If you just want to give it a try, you can use the following command

cargo run --release -- -c -r -d 120 -o 2

Future feature

No 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

About

Music generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages