1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00
v.audacity
2011-11-16 05:59:48 +00:00
parent 618df78900
commit 59db8d4ad4
21 changed files with 77 additions and 81 deletions

View File

@@ -423,7 +423,11 @@ void BenchmarkDialog::OnRun( wxCommandEvent &event )
if (mEditDetail)
Printf(wxT("Paste: %d\n"), y0 * chunkSize);
t->Paste(double (y0 * chunkSize), tmp);
if (!t->Paste((double)(y0 * chunkSize), tmp))
{
Printf(wxT("Trial %d\nFailed on Paste.\n"), z);
goto fail;
}
if (t->GetClipByIndex(0)->GetSequence()->GetNumSamples() != (sampleCount) nChunks * chunkSize) {
Printf(wxT("Trial %d\n"), z);