RustAudio / dsp-chain

A library for chaining together multiple audio dsp processors/generators, written in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mitchmindtree opened this issue · comments

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

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