RustAudio / dsp-chain

A library for chaining together multiple audio dsp processors/generators, written in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mitchmindtree opened this issue · comments

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