summaryrefslogtreecommitdiff
path: root/libs/ardour/automatable.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-22 04:45:48 +0200
committerRobin Gareus <robin@gareus.org>2017-07-22 04:45:48 +0200
commit24e92c1861e91835a62e38d76a516bfec915d43c (patch)
tree9fad6ea00a3bba8ba1a9961304e59e12d770b792 /libs/ardour/automatable.cc
parentf756dc69f41c6950f5c573401ebbd767be493f01 (diff)
NO-OP: consistent [internal] API name for Automatables
Diffstat (limited to 'libs/ardour/automatable.cc')
-rw-r--r--libs/ardour/automatable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/automatable.cc b/libs/ardour/automatable.cc
index aa0dd5edf7..19678ec19c 100644
--- a/libs/ardour/automatable.cc
+++ b/libs/ardour/automatable.cc
@@ -356,7 +356,7 @@ Automatable::non_realtime_locate (framepos_t now)
}
void
-Automatable::transport_stopped (framepos_t now)
+Automatable::non_realtime_transport_stop (framepos_t now, bool /*flush_processors*/)
{
for (Controls::iterator li = controls().begin(); li != controls().end(); ++li) {
boost::shared_ptr<AutomationControl> c =