ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
669 stars 136 forks source link

EnvelopeFollower is processing signal in mono - please include in documentation #55

Closed dyfer closed 7 years ago

dyfer commented 8 years ago

Hello, I was trying to create a (stereo) envelope follower and I spent a lot of time trying to figure out why the amplitude value for both channels is the same... looking in the source code for EnvelopeFollower, I see it's summing the signal on the input. I'd argue that this is not a desired behavior, although maybe it's the most common use case... either way, I think this should be mentioned in the docs. Best, Marcin

ddf commented 8 years ago

Duly noted.