midix_synth 0.0.0

SoundFont compatible MIDI synthesizer for midix
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "midix"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a99cab8da74bf66371684131c105a6125d93d9ba91172b35f83d3c1e87258b17"

[[package]]
name = "midix_synth"
version = "0.0.0"
dependencies = [
 "midix",
]