1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 16:43:52 +01:00

Fix error in generator code...

... see commit 5378b0a951

complete the change that was intended there, for both channels
This commit is contained in:
Paul Licameli
2020-03-21 21:01:27 -04:00
parent d809745a55
commit 8eee265c38

View File

@@ -1906,8 +1906,8 @@ bool Effect::ProcessTrack(int count,
if (genRight)
{
genRight->Flush();
right->ClearAndPaste(mT0, mT1, genRight.get(), true, true,
nullptr /* &warper */);
right->ClearAndPaste(mT0, selectedRegion.t1(),
genRight.get(), true, true, nullptr /* &warper */);
}
}