forward port 7015 from 2.x
[ardour.git] / gtk2_ardour / mixer_strip.h
index 93bd5fd3718ee9342ec56fa38922dca106e8406a..bbebbcaf15e0791a6b77604dde42cb64bc64f97b 100644 (file)
@@ -99,6 +99,10 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        void set_button_names ();
        void show_send (boost::shared_ptr<ARDOUR::Send>);
 
+       bool mixer_owned () const {
+               return _mixer_owned;
+       }
+
        sigc::signal<void>      WidthChanged;
 
        static sigc::signal<void,boost::shared_ptr<ARDOUR::Route> > SwitchIO;
@@ -148,6 +152,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        Gtk::ToggleButton _mono_button;
 
        Gtk::Table button_table;
+        Gtk::Table solo_led_table;
+        Gtk::HBox  solo_led_box;
        Gtk::Table middle_button_table;
        Gtk::Table bottom_button_table;