mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
rework processor box: handle n/a plugins
This commit is contained in:
parent
eddf50185b
commit
9f3bf09a7c
5 changed files with 63 additions and 22 deletions
|
|
@ -49,7 +49,6 @@ using namespace ARDOUR;
|
|||
vector<RefPtr<Gtk::Action> > ActionManager::session_sensitive_actions;
|
||||
vector<RefPtr<Gtk::Action> > ActionManager::write_sensitive_actions;
|
||||
vector<RefPtr<Gtk::Action> > ActionManager::region_list_selection_sensitive_actions;
|
||||
vector<RefPtr<Gtk::Action> > ActionManager::plugin_selection_sensitive_actions;
|
||||
vector<RefPtr<Gtk::Action> > ActionManager::track_selection_sensitive_actions;
|
||||
vector<RefPtr<Gtk::Action> > ActionManager::point_selection_sensitive_actions;
|
||||
vector<RefPtr<Gtk::Action> > ActionManager::time_selection_sensitive_actions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue