Audacity 3.2.0
Decibels.cpp
Go to the documentation of this file.
1/*!********************************************************************
2
3Audacity: A Digital Audio Editor
4
5@file Decibels.cpp
6
7Paul Licameli
8
9**********************************************************************/
10#include "Decibels.h"
11
12IntSetting DecibelScaleCutoff { L"/GUI/EnvdBRange", 60 };
IntSetting DecibelScaleCutoff
Negation of this value is the lowest dB level that should be shown in dB scales.
Definition: Decibels.cpp:12
Specialization of Setting for int.
Definition: Prefs.h:356