Skip to content
Snippets Groups Projects
Commit 42bde7a6 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Allow app to processing loop events during analyze

- this way Nootka shows detected notes abreast
parent 9d862cf2
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,7 @@ void TaudioAnalyzeItem::doProcess() {
buffer[i] = 0;
}
pf->copyToBufferOffline(buffer);
qApp->processEvents();
}
delete[] buffer;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment