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

Method OnText_RatePercentChangeStart

src/effects/TimeScale.cpp:213–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void EffectTimeScale::OnText_RatePercentChangeStart(wxCommandEvent & WXUNUSED(evt))
214{
215 if (!EffectEditor::EnableApply(
216 mUIParent, mUIParent->TransferDataFromWindow()))
217 {
218 return;
219 }
220
221 Update_Slider_RatePercentChangeStart();
222}
223
224void EffectTimeScale::OnText_RatePercentChangeEnd(wxCommandEvent & WXUNUSED(evt))
225{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected