beatblox_midi 0.1.1

This crate help with parsing data from .mid files and returns a format compatible with netsblox.
Documentation

beatblox_midi

This crate helps with parsing data from .mid files and returns a format compatible with netsblox.

crate.io page

Version Info

0.1.1

Is able to handle basic note parsing and can detect tied notes.

TODO

  • Note velocity detection
  • Chord detection
  • Precision param in Midi::parse
  • Tuplet detection