RustAudio / dsp-chain

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

Fix the visit order by using topological ordering rather than a reverse DFS. #116

Closed mitchmindtree closed 9 years ago

mitchmindtree commented 9 years ago

This also tidies things up a little!