mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Add submenus for route group, playlist and automation to route context menu. Fixes #618.
git-svn-id: svn://localhost/ardour2/branches/3.0@7594 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
12aa01660a
commit
3d3d6feaa4
2 changed files with 24 additions and 19 deletions
|
|
@ -105,8 +105,7 @@ public:
|
|||
/* group playlist name resolving */
|
||||
std::string resolve_new_group_playlist_name(std::string &, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const &);
|
||||
|
||||
|
||||
void build_playlist_menu (Gtk::Menu *);
|
||||
void build_playlist_menu ();
|
||||
|
||||
void add_underlay (StreamView*, bool update_xml = true);
|
||||
void remove_underlay (StreamView*);
|
||||
|
|
@ -172,7 +171,7 @@ protected:
|
|||
|
||||
void update_diskstream_display ();
|
||||
|
||||
gint edit_click (GdkEventButton *);
|
||||
gint route_group_click (GdkEventButton *);
|
||||
|
||||
void processors_changed (ARDOUR::RouteProcessorChange);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue