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:
parent
f824dfcd0d
commit
d8d5a714de
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user