bevy_midi

A bevy plugin using midir. This plugin allows you to read or write midi data for a selected midi input.
(Currently, write is not implemented yet)

crates.io
docs.rs

Showcase

Run the examples using:

cargo run --release --example minimal ,
cargo run --release --example simple or
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

Setup

Todo

Support

Bevy tracking

|bevy|bevy_osc| |---|---| |0.5|0.1.X|

Licensing

The project is under dual license MIT and ISC (functionally equivalent, though ISC removing some language that is no longer necessary), so yoink to your hearts content, just remember the license agreements.

Contributing

Yes this project is still very much WIP, so PRs are very welcome