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