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

Function SetSetting

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

Source from the content-addressed store, hash-verified

40
41template<typename T>
42bool SetSetting(const EffectDefinitionInterface &effect, const wchar_t *path,
43 const T& value)
44{
45 return SetConfig(effect, PluginSettings::Shared, SettingsStr, path,
46 value);
47}
48}
49
50bool LV2Preferences::GetBufferSize(

Callers 3

SetBufferSizeMethod · 0.85
SetUseLatencyMethod · 0.85
SetUseGUIMethod · 0.85

Calls 1

SetConfigFunction · 0.85

Tested by

no test coverage detected