mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
remove duplicate callback
mcontrol->Changed is [also] subscribed to further below (input & output).
This commit is contained in:
parent
b4a0136155
commit
40c8c26b79
1 changed files with 0 additions and 1 deletions
|
|
@ -730,7 +730,6 @@ GenericPluginUI::build_control_ui (const Evoral::Parameter& param,
|
|||
|
||||
automation_state_changed (control_ui);
|
||||
|
||||
mcontrol->Changed.connect (control_connections, invalidator (*this), boost::bind (&GenericPluginUI::ui_parameter_changed, this, control_ui), gui_context());
|
||||
mcontrol->alist()->automation_state_changed.connect (control_connections, invalidator (*this), boost::bind (&GenericPluginUI::automation_state_changed, this, control_ui), gui_context());
|
||||
|
||||
input_controls.push_back (control_ui);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue