acorde-core 0.7.0

Platform-agnostic music score model and command engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod arrange;
pub mod change_hint;
pub mod commands;
pub mod duration;
pub mod engine;
pub mod gm;
pub mod harmony;
pub mod interval;
pub mod notation;
pub mod pitch;
pub mod playback;
pub mod repeat;
pub mod scale;
pub mod score;
pub mod validate;