summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-23 14:41:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-23 14:41:52 -0400
commitb362ff220cbd1a17f1b6621b624d3801101fad3e (patch)
tree0e69d24122a096e65ae7492f0790da567ce37369 /gtk2_ardour/engine_dialog.cc
parentc72748508bf8c9f8ce189f834d3c3114ef27952d (diff)
major rearrangement of startup/session loading code
first-time user code remains in ArdourStartup session selection/setup moved to SessionDialog many other cleanups, logic improvements, and so forth to the overall session loading process. Not 100% finished yet.
Diffstat (limited to 'gtk2_ardour/engine_dialog.cc')
-rw-r--r--gtk2_ardour/engine_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc
index b10cc626b6..79bda1bcc5 100644
--- a/gtk2_ardour/engine_dialog.cc
+++ b/gtk2_ardour/engine_dialog.cc
@@ -234,6 +234,7 @@ EngineControl::EngineControl ()
ARDOUR::AudioEngine::instance()->Stopped.connect (stopped_connection, MISSING_INVALIDATOR, boost::bind (&EngineControl::engine_stopped, this), gui_context());
ARDOUR::AudioEngine::instance()->Halted.connect (stopped_connection, MISSING_INVALIDATOR, boost::bind (&EngineControl::engine_stopped, this), gui_context());
+ cerr << "AMS about to change backend\n";
backend_changed ();
if (audio_setup) {