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

Method SetUseLatency

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

Source from the content-addressed store, hash-verified

66}
67
68bool LV2Preferences::SetUseLatency(
69 const EffectDefinitionInterface &effect, bool useLatency)
70{
71 return SetSetting(effect, UseLatencyStr, useLatency);
72}
73
74bool LV2Preferences::GetUseGUI(
75 const EffectDefinitionInterface &effect, bool &useGUI)

Callers

nothing calls this directly

Calls 1

SetSettingFunction · 0.85

Tested by

no test coverage detected