first pass at the big rethink of managing sort order keys for editor and mixer. this...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 Jun 2012 22:57:06 +0000 (22:57 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 Jun 2012 22:57:06 +0000 (22:57 +0000)
commit11415b49be02f16495c95d6286c485ac8afc5189
tree8541101b792c6659994aedbd1ac19714e7ef4c2e
parent5ba1996fd70f05362c70b54e68261b955659f291
first pass at the big rethink of managing sort order keys for editor and mixer. this appears to work, but remote control IDs are not yet correct (frequently off by one because of the presence of the master bus in the editor)

git-svn-id: svn://localhost/ardour2/branches/3.0@12953 d708f5d6-7413-0410-9779-e7cbd77b26cf
22 files changed:
gtk2_ardour/ardour_ui.cc
gtk2_ardour/au_pluginui.mm
gtk2_ardour/editor.cc
gtk2_ardour/editor.h
gtk2_ardour/editor_group_tabs.cc
gtk2_ardour/editor_routes.cc
gtk2_ardour/editor_routes.h
gtk2_ardour/mixer_group_tabs.cc
gtk2_ardour/mixer_ui.cc
gtk2_ardour/mixer_ui.h
gtk2_ardour/port_matrix.cc
gtk2_ardour/port_matrix.h
gtk2_ardour/route_ui.cc
libs/ardour/ardour/debug.h
libs/ardour/ardour/route.h
libs/ardour/ardour/session.h
libs/ardour/ardour/types.h
libs/ardour/debug.cc
libs/ardour/enums.cc
libs/ardour/route.cc
libs/ardour/session.cc
libs/ardour/session_state.cc