Expand description
Authoring surface for graph composition.
This module provides three submodules for constructing Elementary-style audio graph nodes:
el– Functional helpers mirroring Elementary’sel.*style with math, signals, filters, and oscillators.mc– Multichannel helpers for sample, table, and capture operations.extra– Extended helpers for native DSP nodes (frequency shifter, crunch, foldback, etc.).
Re-exports§
pub use el::IntoNodeList;