mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Plugin Automation All: Fix bug where Switches weren't being changed.
This commit is contained in:
parent
e8716de015
commit
fe6e6e3f35
2 changed files with 4 additions and 1 deletions
|
|
@ -266,6 +266,7 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
|
|||
};
|
||||
|
||||
std::vector<ControlUI*> input_controls;
|
||||
std::vector<ControlUI*> input_controls_with_automation;
|
||||
std::vector<ControlUI*> output_controls;
|
||||
sigc::connection screen_update_connection;
|
||||
void output_update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue