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

Remove trailing spaces.

This commit is contained in:
benjamin.drung@gmail.com
2014-06-03 20:30:19 +00:00
parent d921c4969b
commit 277932dccb
380 changed files with 6489 additions and 6491 deletions

View File

@@ -5,8 +5,8 @@
ChangeTempo.h
Vaughan Johnson, Dominic Mazzoni
Change Tempo effect provides speeding up or
Change Tempo effect provides speeding up or
slowing down tempo without changing pitch.
**********************************************************************/
@@ -48,9 +48,9 @@ class EffectChangeTempo : public EffectSoundTouch {
virtual wxString GetEffectAction() {
return wxString(_("Changing Tempo"));
}
// Useful only after PromptUser values have been set.
virtual wxString GetEffectDescription();
// Useful only after PromptUser values have been set.
virtual wxString GetEffectDescription();
virtual bool Init();
@@ -61,7 +61,7 @@ class EffectChangeTempo : public EffectSoundTouch {
virtual bool Process();
double CalcPreviewInputLength(double previewLength);
private:
double m_PercentChange; // percent change to apply to tempo
// -100% is meaningless, but sky's the upper limit