mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
Remove duplicate call
Automatable::add_control() already does insert a given parameter to the _can_automate_list list if it's automatable.
This commit is contained in:
parent
352c824fa3
commit
befa339d4b
1 changed files with 0 additions and 3 deletions
|
|
@ -450,9 +450,6 @@ PluginInsert::create_automatable_parameters ()
|
|||
|
||||
const bool automatable = a.find(param) != a.end();
|
||||
|
||||
if (automatable) {
|
||||
can_automate (param);
|
||||
}
|
||||
boost::shared_ptr<AutomationList> list(new AutomationList(param, desc));
|
||||
boost::shared_ptr<AutomationControl> c (new PluginControl(this, param, desc, list));
|
||||
if (!automatable) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue