From 10b76ae631d971611bcb389d18995942300d0404 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 19 Sep 2017 02:10:38 +0200 Subject: Various updates and fixes for Latency Compensation * centralize signal_latency_at_***_position to processors * update initial-delay/roll-delay when processor order changes * consolidate signal-latency calculation: use the same method for processor-changes and session's post_playback_latency. * include relative output-delay in roll-delay * fix capture processor position & optimize stem-export latency (roll-delay fixes pending Route:roll() update) --- libs/ardour/session_export.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_export.cc') diff --git a/libs/ardour/session_export.cc b/libs/ardour/session_export.cc index 4ef304eac7..45e86073cd 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_latency (); + _export_latency = worst_track_roll_delay (); boost::shared_ptr master = master_out (); if (master && comensate_master_latency) { -- cgit v1.2.3