1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 22:23:59 +01:00

Fix bug 617 based on Steve's patch.

This commit is contained in:
v.audacity
2013-02-15 00:24:43 +00:00
parent 6af101f15d
commit 635243e86f
4 changed files with 20 additions and 2 deletions

View File

@@ -59,6 +59,8 @@ class EffectChangeTempo : public EffectSoundTouch {
virtual bool CheckWhetherSkipEffect() { return (m_PercentChange == 0.0); }
virtual bool Process();
double CalcPreviewInputLength(double previewLength);
private:
double m_PercentChange; // percent change to apply to tempo