summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-11 18:04:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-11 18:04:09 +0000
commit1a49bb9556312c2d11365907aec5ff6f8b948e7f (patch)
treead1c035666fe6c98a7d08a3890d67b370c92f9e7 /gtk2_ardour/monitor_section.h
parentfe6ca1786f0a1d494ddc379acc3a9e4a34738acf (diff)
use volume controller widget for monitor section, drop some now-unused code
git-svn-id: svn://localhost/ardour2/branches/3.0@8828 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index 462cdbc80b..fcd452f061 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -31,6 +31,8 @@ namespace Gtkmm2ext {
class MotionFeedback;
}
+class VolumeController;
+
class MonitorSection : public RouteUI
{
public:
@@ -63,13 +65,13 @@ class MonitorSection : public RouteUI
ChannelButtons _channel_buttons;
Gtk::Adjustment gain_adjustment;
- Gtkmm2ext::MotionFeedback* gain_control;
+ VolumeController* gain_control;
Gtk::Adjustment dim_adjustment;
- Gtkmm2ext::MotionFeedback* dim_control;
+ VolumeController* dim_control;
Gtk::Adjustment solo_boost_adjustment;
- Gtkmm2ext::MotionFeedback* solo_boost_control;
+ VolumeController* solo_boost_control;
Gtk::Adjustment solo_cut_adjustment;
- Gtkmm2ext::MotionFeedback* solo_cut_control;
+ VolumeController* solo_cut_control;
void populate_buttons ();
void set_button_names ();