wmidi 3.0.1

Midi parsing library with no heap allocations.
Documentation

WMIDI

Midi encoding and decoding library suitable for real-time execution.

License: MIT crates.io docs.rs

Changelog

3.0

  • Instances of U7 and U14 now have bounds checking.
  • Note is now an enum instead of a u8. Can be converted with Note::try_from and u8::from.