mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Only restore plugin state (of first instance) once.
This commit is contained in:
parent
0614bc5e81
commit
17dfebf611
1 changed files with 0 additions and 2 deletions
|
|
@ -1046,8 +1046,6 @@ PluginInsert::set_state(const XMLNode& node, int version)
|
|||
|
||||
if ((*niter)->name() == plugin->state_node_name()) {
|
||||
|
||||
plugin->set_state (**niter, version);
|
||||
|
||||
for (Plugins::iterator i = _plugins.begin(); i != _plugins.end(); ++i) {
|
||||
(*i)->set_state (**niter, version);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue