11 breaking releases
Uses new Rust 2024
| 0.12.0 | Oct 4, 2025 |
|---|---|
| 0.10.0 | Oct 3, 2025 |
| 0.9.0 | Jul 28, 2024 |
| 0.7.0 | Nov 12, 2023 |
| 0.1.0 | Jun 22, 2021 |
#269 in Game dev
425 downloads per month
Used in lyrebird
51KB
593 lines
A bevy plugin using midir and crossbeam-channel.
This plugin allows you to read or write midi data for a selected midi input.
Showcase
Run the examples using:
Basic midi output: cargo run --release --example output
Basic midi input: cargo run --release --example input
UI Virtual Piano: cargo run --release --example egui
3D Virtual Piano: cargo run --release --example piano
Running the UI Virtual Piano example:
Running the 3D Virtual Piano example:
Notice: Sustain is not handled by the example
Browser support: Still work in progress.
Setup
See examples
Support
| bevy | bevy_midi |
|---|---|
| 0.5 | 0.1.X |
| 0.5 | 0.2.X |
| 0.6 | 0.3.X |
| 0.7 | 0.4.X |
| 0.8 | 0.5.X |
| 0.10 | 0.6.X |
| 0.12 | 0.7.X |
| 0.13 | 0.8.X |
| 0.14 | 0.9.X |
| 0.15 | 0.10.X |
| 0.16 | 0.11.X |
| 0.17 | 0.12.X |
Licensing
The project is under dual license MIT and Apache 2.0, so joink to your hearts content, just remember the license agreements.
Contributing
Yes this project is still very much WIP, so PRs are very welcome
Dependencies
~51–86MB
~1.5M SLoC