mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Slightly grubby fix to restore plugin output meters (#3926).
git-svn-id: svn://localhost/ardour2/branches/3.0@9278 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3d21df3a15
commit
071d1185f6
2 changed files with 9 additions and 7 deletions
|
|
@ -201,6 +201,7 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
|
|||
/* FIXME: Unify with AutomationController */
|
||||
struct ControlUI : public Gtk::HBox {
|
||||
|
||||
uint32_t port_index;
|
||||
boost::shared_ptr<ARDOUR::AutomationControl> control;
|
||||
|
||||
Evoral::Parameter parameter() { return control->parameter(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue