midi-player 0.2.3

A MIDI file player library with integrated synthesizer
Documentation
1
2
3
#![doc = include_str!("../README.md")]
mod player;
pub use player::*;