summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2020-02-18 20:15:05 -0600
committerBen Loftis <ben@harrisonconsoles.com>2020-02-18 20:15:05 -0600
commitd6315618da305a99932799998102e9d00cd28951 (patch)
tree125d9d6b188b0e88f862bb9f54262ce4503df2fd /libs/ardour/ardour/route.h
parent01c6f558672f4202f953ea4c3401f08f3d9fc306 (diff)
Enumerate the polarity buttons from the polarity processor itself, not the Input count.
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 2684cdc7ba..f53efe3fd2 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -205,6 +205,7 @@ public:
boost::shared_ptr<Amp> amp() const { return _amp; }
boost::shared_ptr<Amp> trim() const { return _trim; }
+ boost::shared_ptr<PolarityProcessor> polarity() const { return _polarity; }
boost::shared_ptr<PeakMeter> peak_meter() { return _meter; }
boost::shared_ptr<const PeakMeter> peak_meter() const { return _meter; }
boost::shared_ptr<PeakMeter> shared_peak_meter() const { return _meter; }