mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
strip silence: report analysis progress
This commit is contained in:
parent
dead81d284
commit
a27e9a68b2
2 changed files with 39 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue