summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-30 20:35:31 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-30 21:00:34 -0400
commit8d59afb0486e1816f5ef30526c2dc762b9f4eda8 (patch)
treede90977cedb059b8c9c3c911f5e2ffe2493971a4 /libs/ardour/session.cc
parent38e975d6b1d6e8b1cd85e7896bc00a63643d4f1d (diff)
copy over current Waves version of their backend, along with minor changes in libs/ardour and libs/backend/jack to fit with API changes
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index fca74ee4a5..09d69d5738 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -2072,6 +2072,14 @@ Session::auto_connect_route (boost::shared_ptr<Route> route, ChanCount& existing
}
}
+void
+Session::reconnect_existing_routes (bool withLock, bool reconnect_master, bool reconnect_inputs, bool reconnect_outputs)
+{
+ /* TRX does stuff here, ardour does not (but probably should). This is called after an engine reset (in particular).
+ */
+}
+
+
/** Caller must not hold process lock
* @param name_template string to use for the start of the name, or "" to use "Audio".
*/