move from PresentationInfo::global_order() to PresentationInfo::order, and fix up part of reordering behaviour

Dragging tracks/busses in the editor *below* VCAs still does not work
This commit is contained in:
Paul Davis 2016-06-03 15:15:30 -04:00
parent ee0f073e8d
commit 260058a4a9
17 changed files with 233 additions and 179 deletions

View file

@ -80,6 +80,7 @@ public:
void set_route (boost::shared_ptr<ARDOUR::Route>);
boost::shared_ptr<ARDOUR::Stripable> stripable() const;
ARDOUR::PresentationInfo const & presentation_info () const;
void show_selection (TimeSelection&);