Why do custom Equalization curves need 2 f points of different value
Posted: Fri Apr 12, 2019 6:27 am
(running Win10 64bit and Audacity 2.3.1)
I used to be able to save a custom curve by clicking point 1, then dragging my mouse to either the left or right to filter out the rest. Past year or 2 though I wasn't able to save those curves, it would save it as a straight line. I just figured out today by looking at the .xml file that if the two f points are of a different value, it will save the curve. Basically, this the old curve:
<curve name="LO">
<point f="80.0" d="-6.0"/>
<point f="80.0" d="-60.0"/>
</curve>
Which is suposed to be a vertical straight line cut off, but gets saved as a horizontal straight line. If I do this though, the curve will save correctly:
<curve name="LO2">
<point f="80.000000000000" d="-6.0"/>
<point f="80.000000000001" d="-60.0"/>
</curve>
Why is that?
edit: Here's a video of what I mean if needed:
https://sendvid.com/tdozxu1l
I used to be able to save a custom curve by clicking point 1, then dragging my mouse to either the left or right to filter out the rest. Past year or 2 though I wasn't able to save those curves, it would save it as a straight line. I just figured out today by looking at the .xml file that if the two f points are of a different value, it will save the curve. Basically, this the old curve:
<curve name="LO">
<point f="80.0" d="-6.0"/>
<point f="80.0" d="-60.0"/>
</curve>
Which is suposed to be a vertical straight line cut off, but gets saved as a horizontal straight line. If I do this though, the curve will save correctly:
<curve name="LO2">
<point f="80.000000000000" d="-6.0"/>
<point f="80.000000000001" d="-60.0"/>
</curve>
Why is that?
edit: Here's a video of what I mean if needed:
https://sendvid.com/tdozxu1l
