oxisynth 0.1.0

Rust soundfont synthesizer
Documentation
1
2
3
4
5
6
7
mod font;
mod midi;
mod settings;
mod tuning;
mod write;

pub use tuning::Tuning;