summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-03-25 14:28:25 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-03-25 14:28:36 -0500
commit4a7236b773d691fd3c1647fab8f54b2f56b8bbb2 (patch)
tree083580f25d11ae8986934a3ce91ebce334195e6c /libs/ardour/ardour
parent3c55eb1e39e24848766b9fd4379166d3d52db30b (diff)
fix touch-recording of automation in a loop
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/automation_watch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/automation_watch.h b/libs/ardour/ardour/automation_watch.h
index db6474c062..960e29943c 100644
--- a/libs/ardour/ardour/automation_watch.h
+++ b/libs/ardour/ardour/automation_watch.h
@@ -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;