mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Generic scale points API.
Hide scale points implementation inside specific Plugin subclass. Don't needlessley/slowly get scale points twice for each port while building UI. Remove dependence on specific plugin types from GenericPluginUI. git-svn-id: svn://localhost/ardour2/branches/3.0@9511 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c78528dcea
commit
2b7f092b85
7 changed files with 91 additions and 110 deletions
|
|
@ -241,7 +241,6 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
|
|||
|
||||
void build ();
|
||||
ControlUI* build_control_ui (guint32 port_index, boost::shared_ptr<ARDOUR::AutomationControl>);
|
||||
std::vector<std::string> setup_scale_values(guint32 port_index, ControlUI* cui);
|
||||
void ui_parameter_changed (ControlUI* cui);
|
||||
void toggle_parameter_changed (ControlUI* cui);
|
||||
void update_control_display (ControlUI* cui);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue