summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-29 15:13:06 +0100
committerRobin Gareus <robin@gareus.org>2016-02-29 15:13:06 +0100
commit8741a5885b7bbffa73071583b9e927ce5ac1aaf6 (patch)
tree307ab9895a159ed50c2ffebede789df4db1c1f30 /libs/ardour/session_export.cc
parent33545e552be1a92fc1f8a13bc9eb06da700110aa (diff)
configurable export preroll
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 6b54db3826..efb731463f 100644
--- a/libs/ardour/session_export.cc
+++ b/libs/ardour/session_export.cc
@@ -110,7 +110,7 @@ Session::start_audio_export (framepos_t position)
pre_export ();
}
- _export_preroll = 10.0 * nominal_frame_rate (); // TODO make configurable
+ _export_preroll = Config->get_export_preroll() * nominal_frame_rate ();
/* We're about to call Track::seek, so the butler must have finished everything
up otherwise it could be doing do_refill in its thread while we are doing