mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Fix 'make new plugins active' configure option (#3975).
git-svn-id: svn://localhost/ardour2/branches/3.0@9351 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
852232ad27
commit
1cc5a1829b
3 changed files with 4 additions and 8 deletions
|
|
@ -921,11 +921,7 @@ ProcessorBox::use_plugins (const SelectedPlugins& plugins)
|
|||
|
||||
Route::ProcessorStreams err_streams;
|
||||
|
||||
if (Config->get_new_plugins_active()) {
|
||||
processor->activate ();
|
||||
}
|
||||
|
||||
if (_route->add_processor (processor, _placement, &err_streams)) {
|
||||
if (_route->add_processor (processor, _placement, &err_streams, Config->get_new_plugins_active ())) {
|
||||
weird_plugin_dialog (**p, err_streams);
|
||||
return true;
|
||||
// XXX SHAREDPTR delete plugin here .. do we even need to care?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue