summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-10-25 22:33:37 +0200
committerRobin Gareus <robin@gareus.org>2016-10-25 22:33:37 +0200
commit0e658529011d859e508e3ef62d29fa2fe56535eb (patch)
tree9c58936a8a8fe8441afffd58131be8401c59aed2 /libs/ardour/ardour
parent24846f478bf6a44f3f0e117d12e08864f579ed23 (diff)
Desperate hack to align master-bus on export.
Another 90% solution which hopefully gives us another year :( see comments Session::start_audio_export() for explanation.
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index f37746d6b2..7ae2fb4bd8 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -725,7 +725,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
boost::shared_ptr<ExportHandler> get_export_handler ();
boost::shared_ptr<ExportStatus> get_export_status ();
- int start_audio_export (framepos_t position, bool realtime = false, bool region_export = false);
+ int start_audio_export (framepos_t position, bool realtime = false, bool region_export = false, bool comensate_master_latency = false);
PBD::Signal1<int, framecnt_t> ProcessExport;
static PBD::Signal2<void,std::string, std::string> Exported;