mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
No-op; whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@8837 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c9d16512e9
commit
886cae6dcc
1 changed files with 22 additions and 22 deletions
|
|
@ -205,30 +205,30 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
|
|||
|
||||
Evoral::Parameter parameter() { return control->parameter(); }
|
||||
|
||||
/* input */
|
||||
/* input */
|
||||
|
||||
Gtk::ComboBoxText* combo;
|
||||
std::map<std::string, float>* combo_map;
|
||||
Gtk::ToggleButton* button;
|
||||
boost::shared_ptr<AutomationController> 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::ComboBoxText* combo;
|
||||
std::map<std::string, float>* combo_map;
|
||||
Gtk::ToggleButton* button;
|
||||
boost::shared_ptr<AutomationController> controller;
|
||||
Gtkmm2ext::ClickBox* clickbox;
|
||||
Gtk::Label label;
|
||||
bool logarithmic;
|
||||
bool update_pending;
|
||||
char ignore_change;
|
||||
Gtk::Button automate_button;
|
||||
Gtk::HBox* hbox;
|
||||
Gtk::VBox* vbox;
|
||||
MeterInfo* meterinfo;
|
||||
|
||||
/* output */
|
||||
|
||||
Gtk::EventBox *display;
|
||||
Gtk::Label* display_label;
|
||||
|
||||
Gtk::HBox * hbox;
|
||||
Gtk::VBox * vbox;
|
||||
MeterInfo * meterinfo;
|
||||
|
||||
ControlUI ();
|
||||
~ControlUI();
|
||||
ControlUI ();
|
||||
~ControlUI ();
|
||||
};
|
||||
|
||||
std::vector<ControlUI*> input_controls;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue