Crates.io | rstmt-neo |
lib.rs | rstmt-neo |
version | 0.0.2 |
source | src |
created_at | 2024-07-13 17:57:59.435231 |
updated_at | 2024-08-13 14:55:55.085115 |
description | This crate focuses on building a music theory library that can be used to generate music theory data structures and algorithms. |
homepage | https://github.com/FL03/rstmt/wiki |
repository | https://github.com/FL03/rstmt.git |
max_upload_size | |
id | 1302505 |
size | 56,722 |
This project focuses on providing concrete abstractions of musical objects discussed within the neo-Riemannian theory.
Start by cloning the repository
git clone https://github.com/FL03/rstmt.git
cd triad
cargo build --features full -r --workspace
extern crate rstmt;
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.