mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-04 16:14:00 +01:00
Initialise m_T1 correctly, in case no processing is applied and it doesn't get updated elsewhere.
This commit is contained in:
@@ -85,7 +85,7 @@ bool EffectPaulstretch::Process(){
|
||||
CopyInputTracks();
|
||||
SelectedTrackListOfKindIterator iter(Track::Wave, mOutputTracks);
|
||||
WaveTrack *track = (WaveTrack *) iter.First();
|
||||
m_t1=0.0;
|
||||
m_t1=mT1;
|
||||
int count=0;
|
||||
while (track) {
|
||||
double trackStart = track->GetStartTime();
|
||||
|
||||
Reference in New Issue
Block a user