mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
gui: debug output for faderport/editor mixer strip sync
This commit is contained in:
parent
6fb91b1ac2
commit
437ec10b31
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue