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

Method LoadUseLatency

libraries/lib-ladspa/LadspaInstance.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18static const wchar_t *UseLatencyKey = L"UseLatency";
19
20bool LadspaInstance::LoadUseLatency(const EffectDefinitionInterface &effect)
21{
22 bool result{};
23 GetConfig(effect, PluginSettings::Shared,
24 OptionsKey, UseLatencyKey, result, true /* default value */);
25 return result;
26}
27
28bool LadspaInstance::SaveUseLatency(
29 const EffectDefinitionInterface &effect, bool value)

Callers

nothing calls this directly

Calls 1

GetConfigFunction · 0.85

Tested by

no test coverage detected