From 96cc1dbe80f0378ca010c1c5ac37913958193360 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 Sep 2015 18:32:28 -0400 Subject: Revert "add an Amp to Delivery, remove it from Send, make use of this in various ::run() methods" This reverts commit 601a34521c2ce1d0167ed2f3c66f2fa6eeeb6b8e. --- libs/ardour/ardour/delivery.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libs/ardour/ardour/delivery.h') diff --git a/libs/ardour/ardour/delivery.h b/libs/ardour/ardour/delivery.h index 1b8ff3f87a..e19eef719f 100644 --- a/libs/ardour/ardour/delivery.h +++ b/libs/ardour/ardour/delivery.h @@ -34,7 +34,6 @@ class MuteMaster; class PannerShell; class Panner; class Pannable; -class Amp; class LIBARDOUR_API Delivery : public IOProcessor { @@ -68,8 +67,6 @@ public: bool set_name (const std::string& name); std::string display_name() const; - boost::shared_ptr amp() const { return _amp; } - Role role() const { return _role; } bool can_support_io_configuration (const ChanCount& in, ChanCount& out); bool configure_io (ChanCount in, ChanCount out); @@ -109,8 +106,8 @@ public: protected: Role _role; BufferSet* _output_buffers; + gain_t _current_gain; boost::shared_ptr _panshell; - boost::shared_ptr _amp; gain_t target_gain (); -- cgit v1.2.3