From: Paul Davis Date: Fri, 24 Feb 2017 22:10:09 +0000 (+0100) Subject: gui: debug output for faderport/editor mixer strip sync X-Git-Tag: 5.7~24 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=437ec10b318fb44a24c2cadb82da30cfb2a563bf gui: debug output for faderport/editor mixer strip sync --- diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc index 8c6b16f51d..1c065289c6 100644 --- a/gtk2_ardour/editor_selection.cc +++ b/gtk2_ardour/editor_selection.cc @@ -991,6 +991,9 @@ Editor::track_selection_changed () /* last element in selection list is the most recently * selected, because we always append to that list. */ + cerr << "setting selected mixer strip to " + << selection->tracks.back()->name() + << endl; set_selected_mixer_strip (*(selection->tracks.back())); if (!_track_selection_change_without_scroll) { ensure_time_axis_view_is_visible (*(selection->tracks.back()), false);