0.6.0 - Updated to Bevy 0.10
bevy_midi 0.6
bevy_midi
has been updated to support bevy 0.10.
bevy_midi has also undergone major changes:
- Output support, now able to send midi out from your Bevy app.
- Overhauled the plugin structure.
- Mapped midi data into a struct.
All thanks to @grace125 for all the amazing work 🚀
Further additions:
- Added prelude
- Added egui example
- Updated default branch from
master
tomain
What's Changed
- Add midi output support by @grace125 in #12
- Add MidiMessage struct by @grace125 in #16
- Reorganize modules and rename Midi to MidiInputPlugin by @BlackPhlox in #18
- Input 2 by @BlackPhlox in #19
- Tweak documentation by @BlackPhlox in #20
- Redo input plugin by @grace125 in #17
- Merged with 0.6 and updated Egui example by @BlackPhlox in #23
- 0.6 - Updated to bevy 0.10.1 by @BlackPhlox in #22
Full Changelog: 0.5.0...0.6.0