From 202ddbfdb5db395926f81092a14186765157cb49 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 8 May 2015 15:20:05 -0400 Subject: [PATCH] Session::reconnect_midi_scene_ports() is a Tracks thing. It requires the EngineStateController which is not merged at this time --- libs/ardour/session.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index f6d04b1be9..1afec8a89e 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -2375,6 +2375,8 @@ Session::reconnect_existing_routes (bool withLock, bool reconnect_master, bool r */ } +#ifdef USE_TRACKS_CODE_FEATURES + void Session::reconnect_midi_scene_ports(bool inputs) { @@ -2409,6 +2411,7 @@ Session::reconnect_midi_scene_ports(bool inputs) } } +#endif /** Caller must not hold process lock * @param name_template string to use for the start of the name, or "" to use "Audio".