From 24e92c1861e91835a62e38d76a516bfec915d43c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 22 Jul 2017 04:45:48 +0200 Subject: NO-OP: consistent [internal] API name for Automatables --- libs/ardour/delivery.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/delivery.cc') 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) { -- cgit v1.2.3