mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +02:00
updated comment
This commit is contained in:
parent
0726da24f2
commit
019ec26ddf
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user