Connect Script Manager "Edit" -> Lua Scripting Window
[ardour.git] / gtk2_ardour / editor_timefx.cc
index 932ca71b0e816d4c2a16fed0945f7384bb7848e3..067cfef8991a5bb40f7cf2a564b7f7fc19c1d31b 100644 (file)
@@ -49,7 +49,7 @@
 using namespace RubberBand;
 #endif
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -275,6 +275,8 @@ Editor::time_fx (RegionList& regions, float val, bool pitching)
        current_timefx->first_delete = current_timefx->signal_delete_event().connect
                (sigc::mem_fun (current_timefx, &TimeFXDialog::delete_in_progress));
 
+       current_timefx->start_updates ();
+
        if (pthread_create_and_store ("timefx", &current_timefx->request.thread, timefx_thread, current_timefx)) {
                current_timefx->hide ();
                error << _("timefx cannot be started - thread creation error") << endmsg;