mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
ee0f073e8d
commit
260058a4a9
17 changed files with 233 additions and 179 deletions
|
|
@ -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&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue