summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-11 16:14:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-11 16:14:54 +0000
commit2484291254a949e42ab2cd1ce3595da3629cba05 (patch)
tree5a1675bc53391788dcff01d6732b2940e4c8c2e2 /gtk2_ardour/monitor_section.h
parentc1be28e7b0dde96fef3e9251e682eafbe2dcf5e9 (diff)
provide solo mute gain Config parameter as a controllable and use it in the monitor section GUI to allow MIDI binding
git-svn-id: svn://localhost/ardour2/branches/3.0@8825 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index bc502d9979..462cdbc80b 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -31,8 +31,6 @@ namespace Gtkmm2ext {
class MotionFeedback;
}
-class VolumeController;
-
class MonitorSection : public RouteUI
{
public:
@@ -71,7 +69,7 @@ class MonitorSection : public RouteUI
Gtk::Adjustment solo_boost_adjustment;
Gtkmm2ext::MotionFeedback* solo_boost_control;
Gtk::Adjustment solo_cut_adjustment;
- VolumeController* solo_cut_control;
+ Gtkmm2ext::MotionFeedback* solo_cut_control;
void populate_buttons ();
void set_button_names ();