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

Method OnText_PitchPercentChangeStart

src/effects/TimeScale.cpp:273–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void EffectTimeScale::OnText_PitchPercentChangeStart(wxCommandEvent & WXUNUSED(evt))
274{
275 if (!EffectEditor::EnableApply(
276 mUIParent, mUIParent->TransferDataFromWindow()))
277 {
278 return;
279 }
280
281 m_PitchHalfStepsStart = PercentChangeToHalfSteps(m_PitchPercentChangeStart);
282 Update_Text_PitchHalfStepsStart();
283}
284
285void EffectTimeScale::OnText_PitchPercentChangeEnd(wxCommandEvent & WXUNUSED(evt))
286{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected