pub type BasicDspGraph<T> = DspGraph<T, ProcessorChannel>;
Type alias for a basic graph without rewiring support
pub struct BasicDspGraph<T> { /* private fields */ }