1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

updated comment

This commit is contained in:
v.audacity 2013-07-22 03:47:24 +00:00
parent 0726da24f2
commit 019ec26ddf

View File

@ -1886,7 +1886,7 @@ void WaveTrack::GetEnvelopeValues(double *buffer, int bufferLen,
rlen = nClipLen;
}
if (rlen <= 0)
return; // shortgap fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=641
return; // loop completion
clip->GetEnvelope()->GetValues(rbuf, rlen, rt0, tstep);
}
}