ziggurcat
Major Contributor
It may be a bug in the rounding/truncation of signed hex. numbers to decimals—e.g. moving the slider from +1 to 0 actually gives +0.01 / 0x00000001 which is then truncated and stored as 0x0000, which then reads 0 after; whereas moving the slider to -1 to 0 gives -0.01 / 0xFFFFFFFFE which is then truncated and stored as 0xFFFF, which then reads -1 after.
So is it actually at 0 now or is it telling me it's 0, but it's actually 1 over to the right?
And what about the volume slider? by default, the PEQ filters are at -5dB, but the volume slider on the right there is at -/+0 -- is it safe to raise the volume slider up 4 or 5dB or is it best to leave it where it is?