![]() |
Audacity 3.2.0
|
#include <DynamicRangeProcessorTypes.h>
Public Attributes | |
| double | thresholdDb = compressorThresholdDbDefault |
| double | makeupGainDb = compressorMakeupGainDbDefault |
| double | kneeWidthDb = compressorKneeWidthDbDefault |
| double | compressionRatio = compressorCompressionRatioDefault |
| double | lookaheadMs = compressorLookaheadMsDefault |
| double | attackMs = compressorAttackMsDefault |
| double | releaseMs = compressorReleaseMsDefault |
| double | showInput = showInputDefault |
| double | showOutput = showOutputDefault |
| double | showActual = showActualDefault |
| double | showTarget = showTargetDefault |
Definition at line 76 of file DynamicRangeProcessorTypes.h.
| double CompressorSettings::attackMs = compressorAttackMsDefault |
Definition at line 83 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorEditor::CompressorEditor().
| double CompressorSettings::compressionRatio = compressorCompressionRatioDefault |
Definition at line 81 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorEditor::CompressorEditor().
| double CompressorSettings::kneeWidthDb = compressorKneeWidthDbDefault |
Definition at line 80 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorEditor::CompressorEditor().
| double CompressorSettings::lookaheadMs = compressorLookaheadMsDefault |
Definition at line 82 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorEditor::CompressorEditor().
| double CompressorSettings::makeupGainDb = compressorMakeupGainDbDefault |
Definition at line 79 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorEditor::CompressorEditor().
| double CompressorSettings::releaseMs = compressorReleaseMsDefault |
Definition at line 84 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorEditor::CompressorEditor().
| double CompressorSettings::showActual = showActualDefault |
Definition at line 87 of file DynamicRangeProcessorTypes.h.
| double CompressorSettings::showInput = showInputDefault |
Definition at line 85 of file DynamicRangeProcessorTypes.h.
| double CompressorSettings::showOutput = showOutputDefault |
Definition at line 86 of file DynamicRangeProcessorTypes.h.
| double CompressorSettings::showTarget = showTargetDefault |
Definition at line 88 of file DynamicRangeProcessorTypes.h.
| double CompressorSettings::thresholdDb = compressorThresholdDbDefault |
Definition at line 78 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorEditor::CompressorEditor().