RustAudio / dsp-chain

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

Switch from using petgraph directly to the daggy crate. Massively improve API. Add documentation link. #122

Closed mitchmindtree closed 8 years ago

mitchmindtree commented 8 years ago

Version has been incremented to 0.7.0 as this is a breaking change.

Closes #115 and #103

mitchmindtree commented 8 years ago

Going to merge as issue just seems to be with docs on nightly.