summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 4075c94eb7..3b374298ac 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -237,6 +237,7 @@ private:
bool update_pending;
bool ignore_change;
+
/* output */
Gtk::EventBox* display;
@@ -252,8 +253,12 @@ private:
/* layout */
Gtk::Table* knobtable;
int x0, x1, y0, y1;
+
+ bool short_autostate; // modify with set_short_autostate below
};
+ void set_short_autostate(ControlUI* cui, bool value);
+
std::vector<ControlUI*> input_controls; // workaround for preset load
std::vector<ControlUI*> input_controls_with_automation;
std::vector<ControlUI*> output_controls;