![]() |
Audacity 3.2.0
|
#include "LegacyCompressor.h"#include "EffectEditor.h"#include "LoadEffects.h"#include <wx/brush.h>#include <wx/checkbox.h>#include <wx/dcclient.h>#include <wx/slider.h>#include <wx/stattext.h>#include "AColor.h"#include "ShuttleGui.h"#include "Theme.h"#include "float_cast.h"#include "../widgets/LinearUpdater.h"#include "../widgets/Ruler.h"#include "../widgets/LinearDBFormat.h"#include "AllThemeResources.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{LegacyCompressor.cpp} |
Enumerations | |
| enum | { ID_Threshold = 10000 , ID_NoiseFloor , ID_Ratio , ID_Attack , ID_Decay } |
Functions | |
| TranslatableString | anonymous_namespace{LegacyCompressor.cpp}::ThresholdFormat (int value) |
| TranslatableString | anonymous_namespace{LegacyCompressor.cpp}::AttackTimeFormat (double value) |
| TranslatableString | anonymous_namespace{LegacyCompressor.cpp}::DecayTimeFormat (double value) |
| TranslatableString | anonymous_namespace{LegacyCompressor.cpp}::RatioTextFormat (int sliderValue, double value) |
| TranslatableString | anonymous_namespace{LegacyCompressor.cpp}::RatioLabelFormat (int sliderValue, double value) |
Variables | |
| BuiltinEffectsModule::Registration< EffectLegacyCompressor > | anonymous_namespace{LegacyCompressor.cpp}::reg |
| anonymous enum |
| Enumerator | |
|---|---|
| ID_Threshold | |
| ID_NoiseFloor | |
| ID_Ratio | |
| ID_Attack | |
| ID_Decay | |
Definition at line 38 of file LegacyCompressor.cpp.