RustAudio / dsp-chain

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

Added methods for removing all inputs or outputs from a given node, closes #97 #98

Closed mitchmindtree closed 9 years ago

mitchmindtree commented 9 years ago

Also added index iterator adaptor for Inputs and Outputs iterators, .with_indices().