mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-27 06:07:59 +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;
|
mInBufPos = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (bGoodResult && GetType() == EffectTypeGenerate)
|
||||||
|
{
|
||||||
|
mT1 = mT0 + mDuration;
|
||||||
|
}
|
||||||
|
|
||||||
return bGoodResult;
|
return bGoodResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user