Fix a delta phase offset calculation in the pitch shifter
commit1d6622aa2b2408a18c010d40974a3f3f83ced962
authorChris Robinson <chris.kcat@gmail.com>
Thu, 22 Mar 2018 15:56:48 +0000 (22 08:56 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 22 Mar 2018 15:56:48 +0000 (22 08:56 -0700)
treeaa800f2b6c3f7583e15e71881e2249007adc50c0
parenteeff730034de1f637e82c4391eb945337dc8a5ce
Fix a delta phase offset calculation in the pitch shifter

tmp can be negative, and &1 is not the same as %2 in that case.
Alc/effects/pshifter.c