summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_actor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-28 11:35:41 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-28 11:35:41 -0500
commit10747bc98070668e5666033f835423f557ac8bd0 (patch)
tree21a420663e61a533fe1a88680184d198f1026845 /gtk2_ardour/mixer_actor.h
parent02af7cb418cbd373740963f044997f5344381fef (diff)
Mixer page: ESC should deselect all mixer strips and processors
Diffstat (limited to 'gtk2_ardour/mixer_actor.h')
-rw-r--r--gtk2_ardour/mixer_actor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_actor.h b/gtk2_ardour/mixer_actor.h
index c1a1afec6e..27fa61e905 100644
--- a/gtk2_ardour/mixer_actor.h
+++ b/gtk2_ardour/mixer_actor.h
@@ -66,6 +66,9 @@ class MixerActor : virtual public sigc::trackable
//BUT... note that we have used mixerstrip's "Enter" to enforce the rule that only one strip will have an active selection
virtual void delete_processors () = 0;
+ virtual void select_none () = 0;
+
+
/* these actions need access to a Session, do defer to
a derived class
*/