Midi encoding and decoding library suitable for real-time execution.
MidiMessage::write
. Use MidiMessage::read
from the std::io::Read
trait.std::io::Read
reported the wrong number of bytes written for SysEx messages.SysEx
message backed by a Vec
.wmidi::Error
implements the std::error::Error
trait.from_bytes
and replace with try_from
method from the TryFrom
trait.