Audacity 3.2.0
|
Namespaces | |
namespace | anonymous_namespace{DynamicRangeProcessorUtils.cpp} |
namespace | Detail |
Classes | |
struct | Preset |
Typedefs | |
using | CompressorPreset = Preset< CompressorSettings > |
using | LimiterPreset = Preset< LimiterSettings > |
Functions | |
DYNAMIC_RANGE_PROCESSOR_API std::vector< CompressorPreset > | GetCompressorPresets () |
DYNAMIC_RANGE_PROCESSOR_API std::vector< LimiterPreset > | GetLimiterPresets () |
TEST_CASE ("DynamicRangeProcessorUtils") | |
Audacity: A Digital Audio Editor
DynamicRangeProcessorUtils.cpp
Matthieu Hodgkinson
Audacity: A Digital Audio Editor
Matthieu Hodgkinson
Audacity: A Digital Audio Editor
DynamicRangeProcessorUtilsTests.cpp
Matthieu Hodgkinson
using DynamicRangeProcessorUtils::CompressorPreset = typedef Preset<CompressorSettings> |
Definition at line 25 of file DynamicRangeProcessorUtils.h.
using DynamicRangeProcessorUtils::LimiterPreset = typedef Preset<LimiterSettings> |
Definition at line 26 of file DynamicRangeProcessorUtils.h.
std::vector< DynamicRangeProcessorUtils::CompressorPreset > DynamicRangeProcessorUtils::GetCompressorPresets | ( | ) |
Definition at line 114 of file DynamicRangeProcessorUtils.cpp.
References DynamicRangeProcessorUtils::anonymous_namespace{DynamicRangeProcessorUtils.cpp}::compressorSettingDescriptions, and DynamicRangeProcessorUtils::Detail::serializedCompressorPresets.
Referenced by EffectCompressor::GetFactoryPresets(), EffectCompressor::LoadFactoryPreset(), and TEST_CASE().
std::vector< DynamicRangeProcessorUtils::LimiterPreset > DynamicRangeProcessorUtils::GetLimiterPresets | ( | ) |
Definition at line 121 of file DynamicRangeProcessorUtils.cpp.
References DynamicRangeProcessorUtils::anonymous_namespace{DynamicRangeProcessorUtils.cpp}::limiterSettingDescriptions, and DynamicRangeProcessorUtils::Detail::serializedLimiterPresets.
Referenced by EffectLimiter::GetFactoryPresets(), EffectLimiter::LoadFactoryPreset(), and TEST_CASE().
DynamicRangeProcessorUtils::TEST_CASE | ( | "DynamicRangeProcessorUtils" | ) |
Definition at line 16 of file DynamicRangeProcessorUtilsTests.cpp.
References GetCompressorPresets(), GetLimiterPresets(), DynamicRangeProcessorUtils::Detail::serializedCompressorPresets, DynamicRangeProcessorUtils::Detail::serializedLimiterPresets, and size.