bbx_dsp 0.2.1

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.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46ddd43c3fd171a24b4fab582095b44b5139272af8aa53f30453b0a6c78ee6eb"

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

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