mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 14:17:41 +02:00
Bug 2687 - Compressor with selection to end of track can cause corruption
This commit is contained in:
parent
eb16476b31
commit
0f830b44d3
@ -35,6 +35,7 @@ bool EffectTwoPassSimpleMono::Process()
|
||||
const_cast<AudacityProject*>( FindProject() ) );
|
||||
for (auto track : mOutputTracks->Selected< WaveTrack >()) {
|
||||
mWorkTracks->Add(track->EmptyCopy())->ConvertToSampleFormat(floatSample);
|
||||
mWorkTracks->back()->InsertSilence(0, mT0);
|
||||
}
|
||||
|
||||
mTrackLists[0] = &mOutputTracks;
|
||||
|
Loading…
x
Reference in New Issue
Block a user