summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 67ad30bbe7..65be3c00c1 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -125,8 +125,16 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
PannerUI panners;
Gtk::Table button_table;
+ Gtk::Table middle_button_table;
Gtk::Table bottom_button_table;
+ Gtk::Button gain_unit_button;
+ Gtk::Label gain_unit_label;
+ Gtk::Button meter_point_button;
+ Gtk::Label meter_point_label;
+
+ void meter_changed (void *);
+
Gtk::Button diskstream_button;
Gtk::Label diskstream_label;