| 570 | } |
| 571 | |
| 572 | bool VSTEditor::StoreSettingsToInstance(const EffectSettings& settings) |
| 573 | { |
| 574 | return mInstance.StoreSettings(VSTWrapper::GetSettings(settings)); |
| 575 | } |
| 576 | |
| 577 | bool VSTEditor::ValidateUI() |
| 578 | { |
nothing calls this directly
no test coverage detected