mumuse 0.7.0

Small music theory library written in Rust with MIDI capabilities.
Documentation
1
2
3
4
5
6
7
8
9
//! Music theory representation elements

pub mod chord;
pub mod common;
pub mod duration;
pub mod note;
pub mod scale;
pub mod stream;
pub mod time;