mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
allow to add plugin(s) to all selected routes
This commit is contained in:
parent
5417af4877
commit
e6cb65a171
2 changed files with 36 additions and 0 deletions
|
|
@ -198,6 +198,8 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
|
|||
void track_list_delete (const Gtk::TreeModel::Path&);
|
||||
void track_list_reorder (const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator& iter, int* new_order);
|
||||
|
||||
void plugin_row_activated (const Gtk::TreeModel::Path& path, Gtk::TreeViewColumn* column);
|
||||
|
||||
void initial_track_display ();
|
||||
void show_track_list_menu ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue