1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-11 17:05:26 +01:00

Other methods of WaveTrack return void, will throw on failure instead

This commit is contained in:
Paul Licameli
2017-03-22 13:25:55 -04:00
parent e1473dfe76
commit 0d7250578d
12 changed files with 98 additions and 165 deletions

View File

@@ -80,7 +80,7 @@ bool Generator::Process()
tmp->Flush();
StepTimeWarper warper{
mT0+GetDuration(), GetDuration()-(mT1-mT0) };
bGoodResult = track->ClearAndPaste(
track->ClearAndPaste(
p->GetSel0(), p->GetSel1(), &*tmp, true, false, &warper);
}