From fa40fb2d98db1a854f00a911857149db5ec414c2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Nov 2011 17:49:25 +0000 Subject: Make a few things private in Delivery; couple of minor cleanups. git-svn-id: svn://localhost/ardour2/branches/3.0@10715 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/delivery.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/delivery.h b/libs/ardour/ardour/delivery.h index e74d0cc524..743854027d 100644 --- a/libs/ardour/ardour/delivery.h +++ b/libs/ardour/ardour/delivery.h @@ -107,19 +107,22 @@ public: Role _role; BufferSet* _output_buffers; gain_t _current_gain; - bool _no_outs_cuz_we_no_monitor; - boost::shared_ptr _mute_master; - bool no_panner_reset; boost::shared_ptr _panshell; + gain_t target_gain (); + + private: + bool _no_outs_cuz_we_no_monitor; + boost::shared_ptr _mute_master; + static bool panners_legal; - static PBD::Signal0 PannersLegal; + static PBD::Signal0 PannersLegal; int panners_became_legal (); PBD::ScopedConnection panner_legal_c; void output_changed (IOChange, void*); - gain_t target_gain (); + bool _no_panner_reset; }; -- cgit v1.2.3