summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-24 00:54:26 +0200
committerRobin Gareus <robin@gareus.org>2017-09-29 05:03:48 +0200
commitd98f87d542e65f56c55035571bcb7b8802288a24 (patch)
treec9514b4903fd71de7ba44b56de4a4364dfc0f9f3 /libs/ardour/session_export.cc
parentbcdb3aec3a3f63d3154e71b631e8fcfd765bf26b (diff)
No more disk-reader roll-delay
It was not working in sdio/6.0-pre anyway and with upcoming changes to latency compensation the concept of per disk[stream/reader] will go away.
Diffstat (limited to 'libs/ardour/session_export.cc')
-rw-r--r--libs/ardour/session_export.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_export.cc b/libs/ardour/session_export.cc
index 04c945b658..33ede3cadc 100644
--- a/libs/ardour/session_export.cc
+++ b/libs/ardour/session_export.cc
@@ -141,7 +141,7 @@ Session::start_audio_export (samplepos_t position, bool realtime, bool region_ex
* (this is all still very [w]hacky. Individual Bus and Track outputs
* are not aligned but one can select them in the PortExportChannelSelector)
*/
- _export_latency = worst_track_roll_delay ();
+ _export_latency = worst_track_out_latency ();
boost::shared_ptr<Route> master = master_out ();
if (master && comensate_master_latency) {