RustAudio / dsp-chain

A library for chaining together multiple audio dsp processors/generators, written in Rust!
MIT License
297 stars 20 forks source link

Use manual iteration for walking input nodes instead of Iterators (like petgraph). #115

Closed mitchmindtree closed 8 years ago

mitchmindtree commented 9 years ago

This will allow the user to retain mutable access to the graph while walking the inputs.