mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-14 14:41:11 +02:00
updated comment
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user