MCPcopy Create free account
hub / github.com/audacity/audacity / ValidateUI

Method ValidateUI

src/effects/VST/VSTEditor.cpp:577–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577bool VSTEditor::ValidateUI()
578{
579 mAccess.ModifySettings([this](EffectSettings& settings)
580 {
581 if (mType == EffectTypeGenerate)
582 settings.extra.SetDuration(mDuration->GetValue());
583
584 FetchSettingsFromInstance(settings);
585
586 return GetInstance().MakeMessage();
587 });
588
589 return true;
590}
591
592void VSTEditor::OnClose()
593{

Callers

nothing calls this directly

Calls 2

GetValueMethod · 0.45
MakeMessageMethod · 0.45

Tested by

no test coverage detected