bevy_midix 3.0.0-rc2

Send/receive MIDI data in bevy with midix.
Documentation
1
2
3
4
5
//! asset types
mod midi_file;
pub use midi_file::*;
mod sound_font;
pub use sound_font::*;