A bevy plugin using midir and crossbeam-channel. This plugin allows you to read or write midi data for a selected midi input.(Currently, write is not implemented yet)
Run the examples using:
Terminal only:
cargo run --release --example minimal
Virtual Piano: cargo run --release --example piano
Running the piano example:
https://user-images.githubusercontent.com/25123512/122971334-3bae6100-d38f-11eb-9605-4c314b088ff2.mp4
Notice: Sustain is not handled by the example
Browser support: Still work in progress.
See examples
|bevy|bevy_midi| |---|---| |0.5|0.1.X| |0.5|0.2.X|
The project is under dual license MIT and Apache 2.0, so joink to your hearts content, just remember the license agreements.
Yes this project is still very much WIP, so PRs are very welcome