strip silence: report analysis progress

This commit is contained in:
Robin Gareus 2015-10-16 14:53:21 +02:00
parent dead81d284
commit a27e9a68b2
2 changed files with 39 additions and 1 deletions

View file

@ -89,4 +89,9 @@ private:
PBD::Signal0<void> Completed; ///< emitted when a silence detection has completed
PBD::ScopedConnection _completed_connection;
ARDOUR::InterThreadInfo _interthread_info;
sigc::connection progress_idle_connection;
bool idle_update_progress(); ///< GUI-thread progress updates of background silence computation
int analysis_progress_cur;
int analysis_progress_max;
};