musicbox 0.3.0

General Musical Framework for working with tonality
Documentation
1
2
3
4
5
pub struct Rhythm {
    tempo: u16, //BPM
    time: u8,   //Divisions in a bar

}