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