![]() |
Audacity 3.2.0
|
#include "DynamicRangeProcessorHistory.h"#include "EffectEditor.h"#include "Internat.h"#include <optional>#include <wx/weakref.h>Go to the source code of this file.
Classes | |
| struct | DynamicRangeProcessorParameterAttributes |
| class | DynamicRangeProcessorParameter |
| struct | ExtendedCompressorParameter |
| class | DynamicRangeProcessorEditor |
| struct | DynamicRangeProcessorEditor::HistoryPanels |
Enumerations | |
| enum class | ControllerCategory { CompressionCurve , TimeSmoothing } |
Variables | |
| static const DynamicRangeProcessorParameterAttributes | compressorThresholdDbAttributes { XXO("&Threshold (dB)") } |
| static const DynamicRangeProcessorParameterAttributes | compressorMakupGainDbAttributes { XXO("&Make-up gain (dB)") } |
| static const DynamicRangeProcessorParameterAttributes | limiterThresholdDbAttributes { XXO("&Threshold (dB)") } |
| static const DynamicRangeProcessorParameterAttributes | limiterMakeupTargetDbAttributes { XXO("&Make-up target (dB)") } |
| static const DynamicRangeProcessorParameterAttributes | kneeWidthDbAttributes |
| static const DynamicRangeProcessorParameterAttributes | compressionRatioAttributes { XXO("Rati&o:"), true } |
| static const DynamicRangeProcessorParameterAttributes | lookaheadMsAttributes |
| static const DynamicRangeProcessorParameterAttributes | attackMsAttributes |
| static const DynamicRangeProcessorParameterAttributes | releaseMsAttributes |
|
strong |
| Enumerator | |
|---|---|
| CompressionCurve | |
| TimeSmoothing | |
Definition at line 70 of file DynamicRangeProcessorEditor.h.
|
static |
Definition at line 48 of file DynamicRangeProcessorEditor.h.
Referenced by CompressorEditor::CompressorEditor().
|
static |
Definition at line 42 of file DynamicRangeProcessorEditor.h.
Referenced by CompressorEditor::CompressorEditor().
|
static |
Definition at line 29 of file DynamicRangeProcessorEditor.h.
Referenced by CompressorEditor::CompressorEditor().
|
static |
Definition at line 26 of file DynamicRangeProcessorEditor.h.
Referenced by CompressorEditor::CompressorEditor().
|
static |
Definition at line 37 of file DynamicRangeProcessorEditor.h.
Referenced by CompressorEditor::CompressorEditor(), and LimiterEditor::LimiterEditor().
|
static |
Definition at line 35 of file DynamicRangeProcessorEditor.h.
Referenced by LimiterEditor::LimiterEditor().
|
static |
Definition at line 32 of file DynamicRangeProcessorEditor.h.
Referenced by LimiterEditor::LimiterEditor().
|
static |
Definition at line 44 of file DynamicRangeProcessorEditor.h.
Referenced by CompressorEditor::CompressorEditor(), and LimiterEditor::LimiterEditor().
|
static |
Definition at line 52 of file DynamicRangeProcessorEditor.h.
Referenced by CompressorEditor::CompressorEditor(), and LimiterEditor::LimiterEditor().