Fix handling chorus and flanger LFO displacement offset
commit653f0a1405b5dbceab6c2d8adc8fa246bdb5f607
authorChris Robinson <chris.kcat@gmail.com>
Fri, 26 May 2017 16:07:27 +0000 (26 09:07 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 26 May 2017 16:09:35 +0000 (26 09:09 -0700)
treed13ecb71a49fab095e088b22e7b8133731170974
parent2b14c1d62389f3bb8fe52cac9b8d3cc97da0838f
Fix handling chorus and flanger LFO displacement offset

The phase offset is modulo-wrapped rather than masked, so it's best to avoid
negative offsets.
Alc/effects/chorus.c
Alc/effects/flanger.c