RustAudio / dsp-chain

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

Change `Pan` to properly handle an arbitrary number of channels, rather than be unnecessarily locked to Stereo. #101

Closed mitchmindtree closed 9 years ago

mitchmindtree commented 9 years ago

The concept of pan isn't really needed within dsp-chain and was removed in #109.