summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-02 18:17:25 +0100
committerRobin Gareus <robin@gareus.org>2020-03-02 19:18:50 +0100
commit14c670869c12e20c62c9a3a7e3adb5c361bfa56d (patch)
tree23ab44fd5b9ba642629a37ac235c4e86333896e7 /gtk2_ardour/route_ui.h
parent7f11270c96c1fd7e32f235ce207608455ebb3a23 (diff)
Fix polarity invert buttons (amend d6315618da)
ConfigurationChanged() is emitted after processors have been reconfigured (e.g adding/removing a plugin). The button state needs to be updated after setup. Bfore d6315618da this worked because _route->io_changed() is emitted before the processors are re-configured, and phase_control()->Changed() triggered an update after that. PS. The motivation for d6315618da are Mixbusses. They have no input channels, but a Return processor before the polarity processor.
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 85e9ebff22..82a0ee1ec4 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -186,7 +186,6 @@ 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 ();