Releases: midi2-dev/bl-midi2-rs
Releases · midi2-dev/bl-midi2-rs
0.11.0
0.10.0
0.10.0 - 2025-07-27
🐛 Fixes
- Rust 1.90.0 clippy warnings - (5f24196)
- U20 for Delta Clockstamp Ticks Since Last Event per spec - (9bfa4de..2d5713e)
- Clippy warnings from rust 1.87.0 - (9bfa4de)
📚 Documentation
New Contributors ❤️
0.9.0
0.7.0
0.7.0
- feat!: packet types
- Packet types for each ump message type.
- Messages are formed of packets.
- The Packets trait has Item = Packet. (breaking change)
- feat: allow messages to be created with external backing buffers
- docs: improve warning formatting in top level readme
- docs: improve readme example
0.6.4
- fix: realtime bytes messages should have no data bytes
0.6.3
- fix: correct delta clock stamp status code
0.6.2
0.6.2
- fix: incorrect status of delta clockstamp tpq message
0.6.1
0.6.1
- feat: generate MIDI CI messages
- strongly typed MIDI CI version
- implement MIDI CI discovery
- fix: fixes sysex next impl broken with 'empty' packets
- fix: some clippy warnings
- refactor!: ci is no longer a default feature
- refactor!: rename
note
properties tonote_number
- refactor!:
pitch7_9
andpitch7_25
used fixed number type- pull in
fixed
crate
- pull in
0.5.4
- ci: update remote repo url to midi2-dev
0.5.3
docs: flex data module docs
docs: adds system common module docs
docs: channel voice 2 module docs
fix: incorrect flex_data deserialisation