Add mono switch to mixer strips (mantis 1068)
[ardour.git] / gtk2_ardour / mixer_strip.h
index afacd4a32836a3aca2569d352c138504bffb3bb4..c83c260845cf3ee7889402c2875d7ec31e4306d6 100644 (file)
@@ -142,6 +142,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        ProcessorBox processor_box;
        GainMeter   gpm;
        PannerUI    panners;
+       Gtk::ToggleButton _mono_button;
 
        Gtk::Table button_table;
        Gtk::Table middle_button_table;
@@ -176,6 +177,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        void comment_editor_done_editing();
        void setup_comment_editor ();
        void comment_button_clicked ();
+       void mono_button_clicked ();
 
        Gtk::Button   group_button;
        Gtk::Label    group_label;