use-music
Facade over the focused RustUse symbolic music primitive crates.
Experimental
use-music is experimental while the workspace remains below 0.3.0.
Example
use ;
let note = new?;
let chord = new?;
let meter = new?;
let tempo = new?;
assert_eq!;
assert_eq!;
assert!;
assert_eq!;
# Ok::
Scope
- Re-exports all focused
use-musiccrates. - Keeps implementation logic in the child crates.
Non-goals
- Audio generation, DSP, synthesis, playback, MIDI device I/O, notation rendering, or full parser behavior.
License
Licensed under either Apache-2.0 or MIT.