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 daggy's StableDag #147

Open fwcd opened 4 years ago

fwcd commented 4 years ago

Using StableDag should fix the index-shifting behavior, which previously occurred when nodes were removed from the graph.

There are a few API-breaking changes with this solution, however: