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

Method GetUseLatency

libraries/lib-lv2/LV2Preferences.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool LV2Preferences::GetUseLatency(
63 const EffectDefinitionInterface &effect, bool &useLatency)
64{
65 return GetSetting(effect, UseLatencyStr, useLatency, true);
66}
67
68bool LV2Preferences::SetUseLatency(
69 const EffectDefinitionInterface &effect, bool useLatency)

Callers

nothing calls this directly

Calls 1

GetSettingFunction · 0.85

Tested by

no test coverage detected