summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.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 /gtk2_ardour/route_ui.h
parent01c6f558672f4202f953ea4c3401f08f3d9fc306 (diff)
Enumerate the polarity buttons from the polarity processor itself, not the Input count.
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 82a0ee1ec4..85e9ebff22 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -186,6 +186,7 @@ public:
virtual void processors_changed (ARDOUR::RouteProcessorChange) {}
void route_rec_enable_changed();
void session_rec_enable_changed();
+ void polarity_configuration_changed (const ARDOUR::ChanCount in, const ARDOUR::ChanCount out);
void build_solo_menu ();