bbx_dsp 0.4.3

Block-based audio DSP graph system with oscillators, effects, modulators, and realtime-safe processing
Documentation
1
2
3
4
5
//! `Modulator`s are blocks that generate output *solely* used for
//! modulating one or more `Parameter`s of one or more blocks.

pub mod envelope;
pub mod lfo;