summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_track.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-04-11 17:38:34 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commit53e6f13852f1cc831002cce9dc84d07e7e526515 (patch)
treef199dcfb041f77e69fa5fefe8d91c662aad768de /libs/ardour/audio_track.cc
parent462711b23ab270c77d3ccb5aa23f5f9088b456b1 (diff)
addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more appropriately; other minor adjustments
Diffstat (limited to 'libs/ardour/audio_track.cc')
-rw-r--r--libs/ardour/audio_track.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/audio_track.cc b/libs/ardour/audio_track.cc
index e17babaff2..22e2cb7356 100644
--- a/libs/ardour/audio_track.cc
+++ b/libs/ardour/audio_track.cc
@@ -259,6 +259,10 @@ AudioTrack::roll (pframes_t nframes, framepos_t start_frame, framepos_t end_fram
process_output_buffers (bufs, start_frame, end_frame, nframes, declick, (!_disk_writer->record_enabled() && _session.transport_rolling()));
+ if (_disk_reader->need_butler() || _disk_writer->need_butler()) {
+ need_butler = true;
+ }
+
flush_processor_buffers_locked (nframes);
return 0;