mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add stacked lanes mode which displays regions on different layers at different positions in the view.
git-svn-id: svn://localhost/ardour2/trunk@1855 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
06fd14b085
commit
ef65fd2510
21 changed files with 260 additions and 149 deletions
|
|
@ -77,6 +77,7 @@ class AudioTimeAxisView : public RouteTimeAxisView
|
|||
void hide_all_xfades ();
|
||||
void hide_dependent_views (TimeAxisViewItem&);
|
||||
void reveal_dependent_views (TimeAxisViewItem&);
|
||||
void set_layer_display (LayerDisplay d);
|
||||
|
||||
/* Overridden from parent to store display state */
|
||||
guint32 show_at (double y, int& nth, Gtk::VBox *parent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue