summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-16 17:40:16 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-16 17:40:16 +0000
commit86d927b4ddbcedd1d6c120b1176aaef7352773cd (patch)
treeaa9abf17ee285d8234d3e4ef17e5ce14283d95b1 /gtk2_ardour/processor_box.h
parent7496295930dcc321b70a522655339d90c2939f32 (diff)
Make activate/deactivate all only operate on visible
processors (and also exclude the fader) (#4475). git-svn-id: svn://localhost/ardour2/branches/3.0@10649 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 9bc45d716d..bbbcf8ceb9 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -301,8 +301,7 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
void processors_reordered (const Gtk::TreeModel::Path&, const Gtk::TreeModel::iterator&, int*);
void compute_processor_sort_keys ();
- void all_processors_active(bool state);
- void all_plugins_active(bool state);
+ void all_visible_processors_active(bool state);
void ab_plugins ();
typedef std::vector<boost::shared_ptr<ARDOUR::Processor> > ProcSelection;