mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #3769).
git-svn-id: svn://localhost/ardour2/branches/3.0@8850 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4aaa507472
commit
ea11968f95
11 changed files with 105 additions and 107 deletions
|
|
@ -213,7 +213,6 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
|
|||
boost::shared_ptr<AutomationController> controller;
|
||||
Gtkmm2ext::ClickBox* clickbox;
|
||||
Gtk::Label label;
|
||||
bool logarithmic;
|
||||
bool update_pending;
|
||||
char ignore_change;
|
||||
Gtk::Button automate_button;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue