rstmt
_Warning: expect heavy changes to the API as the library is currently in the early stages of development and is not yet ready for production use.
rstmt is a generalize music-theory toolkit written in Rust.
Features
- American Standard Pitch Notation (ASPN)
- The Neo-Riemannian Theory
Usage
Add this to your Cargo.toml:
[]
= ["full"]
= "0.0.x"
Examples
Example #1: Using the Triad implementation
extern crate rstmt;
use Note;
use Triad;
Contributing
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.
Getting Started
For more information on getting an environment setup to develop the crate view the QUICKSTART file.