summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-29 13:50:56 +0100
committerRobin Gareus <robin@gareus.org>2016-02-29 13:50:56 +0100
commit33545e552be1a92fc1f8a13bc9eb06da700110aa (patch)
treeade0a3acf77a8964bf7551f588920f440fa02641 /libs/ardour/ardour/session.h
parent56c32a1e77822a9cd1bf4c858004d95b60ce4488 (diff)
pre-process (silence) before export to flush reverb tails etc.
Diffstat (limited to 'libs/ardour/ardour/session.h')
-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 d25f856b1f..0651eb69bf 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1195,8 +1195,8 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
framepos_t post_export_position;
bool _exporting;
- bool _export_started;
bool _export_rolling;
+ framepos_t _export_preroll;
boost::shared_ptr<ExportHandler> export_handler;
boost::shared_ptr<ExportStatus> export_status;