Plugin Automation All: Fix bug where Switches weren't being changed.

This commit is contained in:
Jeremy Carter 2014-11-14 20:34:05 -05:00 committed by Paul Davis
parent e8716de015
commit fe6e6e3f35
2 changed files with 4 additions and 1 deletions

View file

@ -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();