staff 0.11.0

Music theory library with midi, notes, chords, scales, and more
Documentation
1
2
3
4
5
6
7
//! Sound sources for chords

pub mod chord;
pub use chord::ChordSource;

pub mod guitar;
pub use guitar::GuitarSource;