mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 00:51:12 +02:00
Select generated audio on success
This commit is contained in:
@@ -1492,6 +1492,11 @@ bool Effect::ProcessPass()
|
||||
mInBufPos = NULL;
|
||||
}
|
||||
|
||||
if (bGoodResult && GetType() == EffectTypeGenerate)
|
||||
{
|
||||
mT1 = mT0 + mDuration;
|
||||
}
|
||||
|
||||
return bGoodResult;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user