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

Function GetSetting

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

Source from the content-addressed store, hash-verified

32namespace {
33template<typename T>
34bool GetSetting(const EffectDefinitionInterface &effect, const wchar_t *path,
35 T& var, const T &defaultValue)
36{
37 return GetConfig(effect, PluginSettings::Shared, SettingsStr, path,
38 var, defaultValue);
39}
40
41template<typename T>
42bool SetSetting(const EffectDefinitionInterface &effect, const wchar_t *path,

Callers 3

GetBufferSizeMethod · 0.85
GetUseLatencyMethod · 0.85
GetUseGUIMethod · 0.85

Calls 1

GetConfigFunction · 0.85

Tested by

no test coverage detected