X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fstrip_silence_dialog.h;h=7445b723277586767b28bff38bf3820839fed10d;hb=9bd86c2869fe02eda7ed6094504910356aaac734;hp=44f5409754a4d779886165ffd266d3583d8ec485;hpb=a6caf6ed3a179bb6e9c27582a879953d29ae85fe;p=ardour.git diff --git a/gtk2_ardour/strip_silence_dialog.h b/gtk2_ardour/strip_silence_dialog.h index 44f5409754..7445b72327 100644 --- a/gtk2_ardour/strip_silence_dialog.h +++ b/gtk2_ardour/strip_silence_dialog.h @@ -89,4 +89,9 @@ private: PBD::Signal0 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; };