mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
#ifdef-ize all/most uses of the boost debug hooks API
git-svn-id: svn://localhost/ardour2/branches/3.0@8823 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
01471c8879
commit
7cf4419d62
9 changed files with 64 additions and 13 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
namespace Gtkmm2ext {
|
||||
class TearOff;
|
||||
class MotionFeedback;
|
||||
}
|
||||
|
||||
class VolumeController;
|
||||
|
|
@ -64,11 +65,11 @@ class MonitorSection : public RouteUI
|
|||
ChannelButtons _channel_buttons;
|
||||
|
||||
Gtk::Adjustment gain_adjustment;
|
||||
VolumeController* gain_control;
|
||||
Gtkmm2ext::MotionFeedback* gain_control;
|
||||
Gtk::Adjustment dim_adjustment;
|
||||
VolumeController* dim_control;
|
||||
Gtkmm2ext::MotionFeedback* dim_control;
|
||||
Gtk::Adjustment solo_boost_adjustment;
|
||||
VolumeController* solo_boost_control;
|
||||
Gtkmm2ext::MotionFeedback* solo_boost_control;
|
||||
Gtk::Adjustment solo_cut_adjustment;
|
||||
VolumeController* solo_cut_control;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue