soundlab 0.1.0

Synth building blocks: envelopes, voices, polyphony
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "oscy"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d342bf098a0ea4b55671332b4aed3429660aa79cf477f3703cfe31cf35e3146e"

[[package]]
name = "pitchy"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d1d821a5ddcac0dd98f59f61652531c0520e93e85f48a73609c04bcee456dd"

[[package]]
name = "soundlab"
version = "0.1.0"
dependencies = [
 "oscy",
 "pitchy",
]