bbx_dsp 0.3.0

Block-based audio DSP graph system with oscillators, effects, modulators, and realtime-safe processing
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bbx_core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15318ecd9368226edc073359e346328acff200de1820ee88f6a5e814639a7d3b"

[[package]]
name = "bbx_dsp"
version = "0.3.0"
dependencies = [
 "bbx_core",
 "bbx_midi",
]

[[package]]
name = "bbx_midi"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2682ab3eea020bce83b2cf21a3f1a668b81c7c60b9df483a681b05b334ff319b"