mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-06 15:37:44 +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;
|
rlen = nClipLen;
|
||||||
}
|
}
|
||||||
if (rlen <= 0)
|
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);
|
clip->GetEnvelope()->GetValues(rbuf, rlen, rt0, tstep);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user