| 565 | } |
| 566 | |
| 567 | bool VSTEditor::FetchSettingsFromInstance(EffectSettings& settings) |
| 568 | { |
| 569 | return mInstance.FetchSettings(VSTWrapper::GetSettings(settings)); |
| 570 | } |
| 571 | |
| 572 | bool VSTEditor::StoreSettingsToInstance(const EffectSettings& settings) |
| 573 | { |
nothing calls this directly
no test coverage detected