summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index e89808e818..443738f777 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -285,6 +285,10 @@ Session::Session (AudioEngine &eng,
}
}
}
+
+ /* we need the audioengine to be up and usable to make much more
+ * progress with construction, so lets get that started if it isn't already.
+ */
if (_engine.current_backend() == 0 || _engine.setup_required()) {
boost::optional<int> r = AudioEngineSetupRequired (sr);