Audacity 3.2.0
Decibels.h
Go to the documentation of this file.
1/*!********************************************************************
2
3Audacity: A Digital Audio Editor
4
5@file Decibels.h
6
7Paul Licameli
8 Moved a constant here from Envelope.h where it did not belong
9 Define the key string in one place here too
10
11 Split from GUISettings.h
12
13**********************************************************************/
14#ifndef __AUDACITY_DECIBELS__
15#define __AUDACITY_DECIBELS__
16
17#include "Prefs.h"
18
20extern PROJECT_RATE_API IntSetting DecibelScaleCutoff;
21
22#endif
PROJECT_RATE_API 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