From 9a2433eacfb311e3996997118123378f662589ae Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 31 Oct 2017 03:18:59 +0100 Subject: Migrate to Polarity-inversion processor & fix proc positions * invert polarity after disk i/o proc or return * fix position of export-proc (after polarity) * fix input-meter (before disk-writer or after return) --- libs/ardour/ardour/route.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'libs/ardour/ardour/route.h') diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h index 520608b29e..f903a49bac 100644 --- a/libs/ardour/ardour/route.h +++ b/libs/ardour/ardour/route.h @@ -71,6 +71,7 @@ class DiskWriter; class IOProcessor; class Panner; class PannerShell; +class PolarityProcessor; class PortSet; class Processor; class PluginInsert; @@ -662,7 +663,6 @@ protected: boost::shared_ptr _solo_control; boost::shared_ptr _mute_control; - boost::shared_ptr _phase_control; boost::shared_ptr _solo_isolate_control; boost::shared_ptr _solo_safe_control; @@ -690,11 +690,13 @@ protected: virtual void maybe_declick (BufferSet&, samplecnt_t, int); - boost::shared_ptr _gain_control; - boost::shared_ptr _amp; - boost::shared_ptr _trim_control; - boost::shared_ptr _trim; - boost::shared_ptr _meter; + boost::shared_ptr _gain_control; + boost::shared_ptr _trim_control; + boost::shared_ptr _phase_control; + boost::shared_ptr _amp; + boost::shared_ptr _trim; + boost::shared_ptr _meter; + boost::shared_ptr _polarity; boost::shared_ptr _delayline; -- cgit v1.2.3