summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-10-15 23:16:09 +0200
committerRobin Gareus <robin@gareus.org>2016-10-15 23:16:09 +0200
commit29f60441801d3dbef9d2f4fc0db04a9f883261c2 (patch)
tree54f31dee771d09ad61eb0ab5c1e38459ff37464a /gtk2_ardour/mixer_ui.h
parentf52443e17e818145d736e8f386b6a7aba6d8b5c7 (diff)
Mixer strip list: click to move strip into view
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index a85006af5a..fb0ba57496 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -176,6 +176,8 @@ class Mixer_UI : public Gtkmm2ext::Tabbable, public PBD::ScopedConnectionList, p
void scroll_right ();
void toggle_midi_input_active (bool flip_others);
+ void move_stripable_into_view (boost::shared_ptr<ARDOUR::Stripable>);
+
void add_stripables (ARDOUR::StripableList&);
void add_routes (ARDOUR::RouteList&);