Multiply pan on the channels

This commit is contained in:
Paul Fd 2020-02-09 22:52:52 +01:00
parent f0c4e77afd
commit 3e58a36b61

View file

@ -755,8 +755,8 @@ namespace _internals {
return panData[index];
};
*left++ = lookUp(p);
*right++ = lookUp(1 - p);
*left++ *= lookUp(p);
*right++ *= lookUp(1 - p);
}
}