MCPcopy Create free account
hub / github.com/audacity/audacity / GetSettings

Function GetSettings

src/effects/DynamicRangeProcessorEditor.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48DynamicRangeProcessorSettings GetSettings(EffectSettingsAccess& access)
49{
50 const CompressorSettings* compressorSettings =
51 access.Get().cast<CompressorSettings>();
52 const LimiterSettings* limiterSettings =
53 access.Get().cast<LimiterSettings>();
54 return compressorSettings ?
55 DynamicRangeProcessorSettings { *compressorSettings } :
56 DynamicRangeProcessorSettings { *limiterSettings };
57}
58
59auto MakeRulerPanel(
60 wxWindow* parent, wxOrientation orientation, float dbRange,

Callers 15

ProcessInitializeMethod · 0.85
SaveSettingsMethod · 0.85
LoadSettingsMethod · 0.85
LoadFactoryPresetMethod · 0.85
LoadUserPresetMethod · 0.85
SaveUserPresetMethod · 0.85
VSTWrapper.hFile · 0.85
GetLatencyMethod · 0.85
ProcessInitializeMethod · 0.85
RealtimeAddProcessorMethod · 0.85
LadspaInstance.hFile · 0.85
MakeSettingsMethod · 0.85

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected