musicbox 0.3.0

General Musical Framework for working with tonality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub trait Mubot {
    fn chord_fetch(&mut self){}
    

    //take in stdio; display things asked for
}

// impl Mubot {
    
// }

#[test]
fn mubot_get_me_a_chord() {

}