1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Meters now linear by default.

Done following on from comments and +1's on the wiki page about the meters.
This commit is contained in:
james.k.crook@gmail.com 2014-10-24 21:17:55 +00:00
parent f824dfcd0d
commit d8d5a714de

View File

@ -352,7 +352,7 @@ void Meter::UpdatePrefs()
HorizontalStereo :
VerticalStereo;
mGradient = gPrefs->Read(wxT("/Meter/MeterBars"), wxT("Gradient")) == wxT("Gradient");
mDB = gPrefs->Read(wxT("/Meter/MeterType"), wxT("dB")) == wxT("dB");
mDB = gPrefs->Read(wxT("/Meter/MeterType"), wxT("Linear")) == wxT("dB");
if (mIsInput)
{