From d6315618da305a99932799998102e9d00cd28951 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 18 Feb 2020 20:15:05 -0600 Subject: Enumerate the polarity buttons from the polarity processor itself, not the Input count. --- libs/ardour/ardour/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/route.h') 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() const { return _amp; } boost::shared_ptr trim() const { return _trim; } + boost::shared_ptr polarity() const { return _polarity; } boost::shared_ptr peak_meter() { return _meter; } boost::shared_ptr peak_meter() const { return _meter; } boost::shared_ptr shared_peak_meter() const { return _meter; } -- cgit v1.2.3