summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-24 22:49:33 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-24 22:49:47 -0500
commit96171ebe838137814e729e36ad904a307df55f4d (patch)
tree689950670b91fff781abbe74e0d6b09159c614e3 /gtk2_ardour/mixer_ui.h
parent6bdc9764628e0e47f03ac09aeefc280c25d210a7 (diff)
several fixes to make processor selection and deletion feel right, for both mixer and editor-mixer strips
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index e5d78f2218..622cbd9f0d 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -87,6 +87,9 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
MonitorSection* monitor_section() const { return _monitor_section; }
+ void deselect_all_strip_processors();
+ void delete_processors();
+
protected:
void set_route_targets_for_operation ();