bevy_midix 3.2.1

The MIDI plugin for humans. Out-of-the-box soundfont synthesizer, commands, and input!
Documentation
1
2
3
4
5
//! asset types
mod midi_file;
pub use midi_file::*;
mod sound_font;
pub use sound_font::*;