From 0880a166c4e7ed5ce72eba42522b963eff2730c0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 Oct 2015 08:10:25 -0400 Subject: variable name change: make purpose of formerly named "_values" in LV2 plugin UI code more clear And if this is wrong, then rename it again with the right one --- gtk2_ardour/lv2_plugin_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/lv2_plugin_ui.h') diff --git a/gtk2_ardour/lv2_plugin_ui.h b/gtk2_ardour/lv2_plugin_ui.h index 25ab4b9e30..f7f2d99641 100644 --- a/gtk2_ardour/lv2_plugin_ui.h +++ b/gtk2_ardour/lv2_plugin_ui.h @@ -77,7 +77,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox Gtk::Widget* _gui_widget; /** a box containing the focus, bypass, delete, save / add preset buttons etc. */ Gtk::HBox _ardour_buttons_box; - float* _values; + float* _values_last_sent_to_ui; std::vector _controllables; struct lv2_external_ui_host _external_ui_host; LV2_Feature _external_ui_feature; -- cgit v1.2.3