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

Method TransferDataFromWindow

src/effects/AutoDuck.cpp:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128bool EffectAutoDuck::TransferDataFromWindow(EffectSettings &)
129{
130 if (!mUIParent->Validate() || !mUIParent->TransferDataFromWindow())
131 {
132 return false;
133 }
134
135 return true;
136}
137
138void EffectAutoDuck::OnValueChanged(wxCommandEvent & WXUNUSED(evt))
139{

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.45

Tested by

no test coverage detected