dsp-chain icon indicating copy to clipboard operation
dsp-chain copied to clipboard

Implement `Dsp` and `Node` for `Vec<T>` where `T` impls `Dsp` and `Node`

Open mitchmindtree opened this issue 10 years ago • 0 comments

The audio_requested method should simply call audio_requested from each element in the Vec and sum them all onto the output buffer.

mitchmindtree avatar Mar 29 '15 05:03 mitchmindtree