summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-19 20:53:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-19 20:53:22 +0000
commitd1630219500305397e1608e09508872f0ab2f836 (patch)
tree5ae9bc1619fb2a0646628614aa85103288bfee60 /gtk2_ardour/monitor_section.h
parent587021ac0b63897d9b984d01b62b5dbb8514dd4f (diff)
lots of tricks & tweaks related to the monitor section and All That It Uses
git-svn-id: svn://localhost/ardour2/branches/3.0@6777 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index 405b8eba87..8af84988f1 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -39,12 +39,9 @@ class MonitorSection : public RouteUI
~MonitorSection ();
void set_session (ARDOUR::Session*);
-
- Gtk::Widget& pack_widget () const;
- void fast_update ();
static void setup_knob_images ();
- Gtkmm2ext::TearOff* tearoff() const { return _tearoff; }
+ Gtkmm2ext::TearOff& tearoff() const { return *_tearoff; }
private:
Gtk::VBox vpacker;
@@ -52,9 +49,6 @@ class MonitorSection : public RouteUI
Gtk::Table main_table;
Gtk::VBox upper_packer;
Gtk::VBox lower_packer;
- Gtk::VBox table_knob_packer;
- Gtk::HBox knob_packer;
- LevelMeter meter;
Gtkmm2ext::TearOff* _tearoff;
struct ChannelButtonSet {
@@ -75,6 +69,8 @@ class MonitorSection : public RouteUI
VolumeController* dim_control;
Gtk::Adjustment solo_boost_adjustment;
VolumeController* solo_boost_control;
+ Gtk::Adjustment solo_cut_adjustment;
+ VolumeController* solo_cut_control;
void populate_buttons ();
void set_button_names ();