2.0.0 (December 30, 2024)
Welcome to v2. midix
has new types that will be used for future MIDI representations and methods!
Notes
Many changes have been made for midix
. I may have missed something, or there may be some bug
I haven't tested for. Let me know of any issue, and I'll patch ASAP!
Features
- Crates are now fully documented, READMEs updated, (most) TODOs dealt with.
- Added new
Reader
, which will parseSMF
files
Breaking Changes
- Add many new types for
midix
. Types only have an internalCow
s. This may change
in the future. - Alternative representations of MIDI are available
- Created
LiveEvent
s,FileEvent
s, andMidiMessage
s. See themidix
docs for details. - Utilize
Key
andPiano
forbevy_midix
Chores
- Updated
bevy_midix
examples
Full Changelog: 1.0...2.0.0