Paul Licameli
2017-04-24 21:23:29 UTC
Create a stereo track. Then swap its channels. The pan slider goes to the
far right, when it should remain centered.
This bug bisects to:
ebff4db80a215fd7779a2476c954506044aeaa8e
The commit changes
if (!stereo)
to
if (stereo)
in two places, which I think causes the bug, but this negation of the
condition doesn't look like an accident. Explain, was it for some reason
on purpose?
PRL
far right, when it should remain centered.
This bug bisects to:
ebff4db80a215fd7779a2476c954506044aeaa8e
The commit changes
if (!stereo)
to
if (stereo)
in two places, which I think causes the bug, but this negation of the
condition doesn't look like an accident. Explain, was it for some reason
on purpose?
PRL