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