mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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
This commit is contained in:
parent
fe6ca1786f
commit
1a49bb9556
8 changed files with 32 additions and 53 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue