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:
@@ -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 */);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user