| 40 | |
| 41 | template<typename T> |
| 42 | bool 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 | |
| 50 | bool LV2Preferences::GetBufferSize( |
no test coverage detected