Skip to content

Releases: BlackPhlox/bevy_midi

bevy_midi 0.9.0 - Updated to Bevy 0.14

28 Jul 09:55
6b46b89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

bevy_midi 0.8.0 - Updated to Bevy 0.13

09 May 12:20
9f5c661
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.0

Crates:

bevy_midi 0.7.0 - Updated to Bevy 0.12

12 Nov 01:25
a96f7c3
Compare
Choose a tag to compare

What's Changed

  • Special shoutout to @rookboom for finding the starvation issue and coming up with their valuable input!
  • Update cargo.toml to bevy 0.11 by @BlackPhlox in #30
  • use non blocking futures instead of async methods by @mockersf in #27
  • Merged with bevy_0.12 - Use non blocking futures instead of async methods by @BlackPhlox in #31
  • Bevy 0.11 update by @masonium in #32
  • Update to bevy 0.12 by @BlackPhlox in #34

New Contributors

Full Changelog: 0.6.0...0.7.0

Crates:

0.6.0 - Updated to Bevy 0.10

04 Apr 21:03
784f1bb
Compare
Choose a tag to compare

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 to main

What's Changed

Full Changelog: 0.5.0...0.6.0

Crates:

Updated to bevy 0.8

30 Jul 23:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0 - Bevy 0.7

15 Jul 22:01
ad9af9a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @grace125 made their first contribution in #9 🚀 Thanks for the contribution!

Full Changelog: 0.3.0...0.4.0

0.3.0 - Bevy 0.6

11 Jan 02:24
Compare
Choose a tag to compare

Changes:

  • Updated to bevy 0.6
  • Removed bevy_config_cam from dev-dependencies as it is not needed

Full Changelog: 0.2.0...0.3.0

Links

Crates:

https://crates.io/crates/bevy_midi/0.3.0

Docs:

https://docs.rs/bevy_midi/0.3.0/bevy_midi/

Support

bevy bevy_midi
0.5 0.1.0
0.5 0.2.0
0.6 0.3.0

0.2.0 - crossbeam-channels

22 Nov 01:49
Compare
Choose a tag to compare

Changes:

  • Update to using crossbeam by @BlackPhlox in #8
    • Using bevy IO Tasks combined with crossbeam-channel to:
      • Improved performance/responsiveness
      • Fixed sticky keys errors
    • Addressed issue #7 by extending MidiSettings to include override Note_On & Note_Off midi event values

Full Changelog: 0.1.0...0.2.0

Links

Crates:

https://crates.io/crates/bevy_midi/0.2.0

Docs:

https://docs.rs/bevy_midi/0.2.0/bevy_midi/

Support

bevy bevy_midi
0.5 0.1.0
0.5 0.2.0

0.1.0

22 Jun 17:47
Compare
Choose a tag to compare

Changes:

  • Added 2 simple examples for receiving MIDI data
  • Added piano example to show capabilities of the plugin and the current (poor) performace showcase

Repo:

  • Added CI for easy pr and contribution

Links

Crates:

https://crates.io/crates/bevy_midi/0.1.0

Docs:

https://docs.rs/bevy_midi/0.1.0/bevy_midi/

Support

bevy bevy_midi
0.5 0.1.0