lua MidiBuffer bindings
[ardour.git] / libs / ardour / ardour / automation_watch.h
index db6474c062b1bb7e5d9bb55bd1701495fa032ae6..960e29943cec55b47e9b537e9747cb83b6257233 100644 (file)
@@ -48,6 +48,7 @@ class LIBARDOUR_API AutomationWatch : public sigc::trackable, public ARDOUR::Ses
 
     static AutomationWatch* _instance;
     Glib::Threads::Thread*  _thread;
+    framepos_t              _last_time;
     bool                    _run_thread;
     AutomationWatches        automation_watches;
     Glib::Threads::Mutex     automation_watch_lock;