X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fautomation_watch.cc;h=5fa7285c674f11b585ac6beecf24259df72e9217;hb=aa0effb4cb38f4c3a06564bd9e6a0ee516d4f958;hp=91fe4d38edbcf727aa5830aa21dea432ee10adb0;hpb=cf806123ca5faaef483f898daba3f7bd38ec62eb;p=ardour.git diff --git a/libs/ardour/automation_watch.cc b/libs/ardour/automation_watch.cc index 91fe4d38ed..5fa7285c67 100644 --- a/libs/ardour/automation_watch.cc +++ b/libs/ardour/automation_watch.cc @@ -124,7 +124,7 @@ AutomationWatch::timer () for (AutomationWatches::iterator aw = automation_watches.begin(); aw != automation_watches.end(); ++aw) { if ((*aw)->alist()->automation_write()) { - (*aw)->list()->add (time, (*aw)->user_double()); + (*aw)->list()->add (time, (*aw)->user_double(), true); } } }