| 60 | } |
| 61 | |
| 62 | bool LV2Preferences::GetUseLatency( |
| 63 | const EffectDefinitionInterface &effect, bool &useLatency) |
| 64 | { |
| 65 | return GetSetting(effect, UseLatencyStr, useLatency, true); |
| 66 | } |
| 67 | |
| 68 | bool LV2Preferences::SetUseLatency( |
| 69 | const EffectDefinitionInterface &effect, bool useLatency) |
nothing calls this directly
no test coverage detected