X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fplugin_ui.h;h=31a00ad9b36d2714f20c5d4f63852017a7be6c64;hb=ad942b104a80c74c689e0c1b5c016d1870850830;hp=16ecc4bd15fe5123b266db7f0924f201923db8c8;hpb=5f4bdb233a53932986e07fca1cd6c87d22c2886f;p=ardour.git diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h index 16ecc4bd15..31a00ad9b3 100644 --- a/gtk2_ardour/plugin_ui.h +++ b/gtk2_ardour/plugin_ui.h @@ -205,30 +205,29 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox Evoral::Parameter parameter() { return control->parameter(); } - /* input */ - - Gtk::ComboBoxText* combo; - std::map* combo_map; - Gtk::ToggleButton* button; - boost::shared_ptr controller; - Gtkmm2ext::ClickBox* clickbox; - Gtk::Label label; - bool logarithmic; - bool update_pending; - char ignore_change; - Gtk::Button automate_button; - - /* output */ - - Gtk::EventBox *display; - Gtk::Label* display_label; - - Gtk::HBox * hbox; - Gtk::VBox * vbox; - MeterInfo * meterinfo; - - ControlUI (); - ~ControlUI(); + /* input */ + + Gtk::ComboBoxText* combo; + std::map* combo_map; + Gtk::ToggleButton* button; + boost::shared_ptr controller; + Gtkmm2ext::ClickBox* clickbox; + Gtk::Label label; + bool update_pending; + char ignore_change; + Gtk::Button automate_button; + + /* output */ + + Gtk::EventBox* display; + Gtk::Label* display_label; + + Gtk::HBox* hbox; + Gtk::VBox* vbox; + MeterInfo* meterinfo; + + ControlUI (); + ~ControlUI (); }; std::vector input_controls;