summaryrefslogtreecommitdiff
path: root/libs/ardour/delivery.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/delivery.cc
parentf756dc69f41c6950f5c573401ebbd767be493f01 (diff)
NO-OP: consistent [internal] API name for Automatables
Diffstat (limited to 'libs/ardour/delivery.cc')
-rw-r--r--libs/ardour/delivery.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc
index 9e87c89346..a4cc7885d8 100644
--- a/libs/ardour/delivery.cc
+++ b/libs/ardour/delivery.cc
@@ -498,12 +498,12 @@ Delivery::flush_buffers (framecnt_t nframes)
}
void
-Delivery::transport_stopped (framepos_t now)
+Delivery::non_realtime_transport_stop (framepos_t now, bool flush)
{
- Processor::transport_stopped (now);
+ Processor::non_realtime_transport_stop (now, flush);
if (_panshell) {
- _panshell->pannable()->transport_stopped (now);
+ _panshell->pannable()->non_realtime_transport_stop (now, flush);
}
if (_output) {