Crates.io | rstmt |
lib.rs | rstmt |
version | 0.0.2 |
source | src |
created_at | 2024-07-13 18:00:35.606224 |
updated_at | 2024-08-13 14:56:39.924185 |
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 | 1302507 |
size | 15,401 |
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.