summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-07-03 15:01:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-07-03 15:01:21 +0000
commita3583c89b20160de154d05ff4c3e2f2bd0ff44df (patch)
tree7e0e4661f3a6cbd17292687f1bee3d9c5317f7e1 /gtk2_ardour/mixer_strip.h
parent8f3f86b8a815da24179b893cfc6825e034c1b81b (diff)
ctrl-alt-click now toggles input active status of other MIDI tracks using (any of) the same input(s) as the clicked track
git-svn-id: svn://localhost/ardour2/branches/3.0@9789 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index de907a3607..863aab2ee6 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -188,7 +188,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
std::string longest_label;
void midi_input_status_changed ();
- void midi_input_toggled ();
+ bool input_active_button_press (GdkEventButton*);
+ bool input_active_button_release (GdkEventButton*);
gint mark_update_safe ();
guint32 mode_switch_in_progress;