Audacity 3.2.0
|
#include <DynamicRangeProcessorTypes.h>
Public Attributes | |
double | thresholdDb = limiterThresholdDbDefault |
double | makeupTargetDb = limiterMakeupTargetDbDefault |
double | kneeWidthDb = limiterKneeWidthDbDefault |
double | lookaheadMs = limiterLookaheadMsDefault |
double | releaseMs = limiterReleaseMsDefault |
double | showInput = showInputDefault |
double | showOutput = showOutputDefault |
double | showActual = showActualDefault |
double | showTarget = showTargetDefault |
Definition at line 91 of file DynamicRangeProcessorTypes.h.
double LimiterSettings::kneeWidthDb = limiterKneeWidthDbDefault |
Definition at line 95 of file DynamicRangeProcessorTypes.h.
Referenced by LimiterEditor::LimiterEditor().
double LimiterSettings::lookaheadMs = limiterLookaheadMsDefault |
Definition at line 96 of file DynamicRangeProcessorTypes.h.
Referenced by LimiterEditor::LimiterEditor().
double LimiterSettings::makeupTargetDb = limiterMakeupTargetDbDefault |
Definition at line 94 of file DynamicRangeProcessorTypes.h.
Referenced by LimiterEditor::LimiterEditor().
double LimiterSettings::releaseMs = limiterReleaseMsDefault |
Definition at line 97 of file DynamicRangeProcessorTypes.h.
Referenced by LimiterEditor::LimiterEditor().
double LimiterSettings::showActual = showActualDefault |
Definition at line 100 of file DynamicRangeProcessorTypes.h.
double LimiterSettings::showInput = showInputDefault |
Definition at line 98 of file DynamicRangeProcessorTypes.h.
double LimiterSettings::showOutput = showOutputDefault |
Definition at line 99 of file DynamicRangeProcessorTypes.h.
double LimiterSettings::showTarget = showTargetDefault |
Definition at line 101 of file DynamicRangeProcessorTypes.h.
double LimiterSettings::thresholdDb = limiterThresholdDbDefault |
Definition at line 93 of file DynamicRangeProcessorTypes.h.
Referenced by LimiterEditor::LimiterEditor().