bevy_MIDIx
Bevy plugin that uses midix,
midir, and crossbeam.
Read from and write to MIDI devices!
Example
use *;
use *;
new
.add_plugins
.add_plugins
.add_plugins
.run;
See /examples for details.
Acknowledgment
This crate HEAVILY borrows its documentation and types
from bevy_midi. Please
check them out if this crate doesn't suit your needs!