allow to add plugin(s) to all selected routes

This commit is contained in:
Robin Gareus 2015-12-25 17:11:47 +01:00
parent 5417af4877
commit e6cb65a171
2 changed files with 36 additions and 0 deletions

View file

@ -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 ();