wmidi 2.0.1

Midi parsing library.
Documentation

WMIDI

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

crates.io docs.rs

Changelog

2.0.1

  • Added keywords to Crate in Cargo.toml to improve discoverability.

2.0.0

  • Removed MidiMessage::write. Use MidiMessage::read from the std::io::Read trait.
  • Fixed bug where std::io::Read reported the wrong number of bytes written for SysEx messages.
  • Added owned version of a SysEx message backed by a Vec.
  • wmidi::Error implements the std::error::Error trait.
  • Deprecate from_bytes and replace with try_from method from the TryFrom trait.