| 66 | } |
| 67 | |
| 68 | bool LV2Preferences::SetUseLatency( |
| 69 | const EffectDefinitionInterface &effect, bool useLatency) |
| 70 | { |
| 71 | return SetSetting(effect, UseLatencyStr, useLatency); |
| 72 | } |
| 73 | |
| 74 | bool LV2Preferences::GetUseGUI( |
| 75 | const EffectDefinitionInterface &effect, bool &useGUI) |
nothing calls this directly
no test coverage detected