midix_synth 0.0.4

SoundFont compatible MIDI synthesizer for midix
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# midix_synth

# Overview
This crate is **NOT READY** for use.

This crate has been published to park the name, and is under active development.

Most of this code, and the
respective challenges of implementation comes
DIRECTLY from [rustysynth v1.3.3](https://github.com/sinshu/rustysynth).

This crate refactors portions of `rustysynth` to operate cohesively with `bevy_midix`.

It should not be used *independently* just yet.