mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-11 00:45:53 +01:00
See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32.
This commit is contained in:
@@ -189,7 +189,7 @@ void Effect::GetSamples(WaveTrack *track, sampleCount *start, sampleCount *len)
|
||||
t1 = t0 + mLength;
|
||||
if (mT0 == mT1) {
|
||||
// Not really part of the calculation, but convenient to put here
|
||||
track->InsertSilence(t0, t1);
|
||||
wxASSERT(track->InsertSilence(t0, t1));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user