mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-22 16:55:46 +01:00
Minor bug fix. No user impact.
This commit is contained in:
@@ -192,7 +192,8 @@ bool EffectChangeSpeed::Process()
|
|||||||
if (bGoodResult)
|
if (bGoodResult)
|
||||||
ReplaceProcessedTracks(bGoodResult);
|
ReplaceProcessedTracks(bGoodResult);
|
||||||
|
|
||||||
mT1 = mT0 + mMaxNewLength; // Update selection.
|
// Update selection.
|
||||||
|
mT1 = mT0 + (((mT1 - mT0) * 100.0) / (100.0 + m_PercentChange));
|
||||||
|
|
||||||
return bGoodResult;
|
return bGoodResult;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user