add new clear-gray color theme
[ardour.git] / gtk2_ardour / time_fx_dialog.cc
index 829ffd6504f372129383e80be2a96431b818a046..be2140d9d3559e8ddfe492293752940578f418bd 100644 (file)
@@ -45,7 +45,7 @@
 using namespace RubberBand;
 #endif
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -224,6 +224,11 @@ TimeFXDialog::start_updates ()
 void
 TimeFXDialog::update_progress_gui (float p)
 {
+       /* time/pitch FX are applied in a dedicated thread, so we cannot just
+          update the GUI when notified about progress. That is deferred to a
+          timer-driven callback which will ensure that the visual progress
+          indicator is updated.
+       */
        progress = p;
 }