Amend prev commit
This commit is contained in:
parent
91ba76fb0a
commit
75ad3832db
@ -827,9 +827,9 @@ ProcessorEntry::plugin_preset_selected (ARDOUR::Plugin::PresetRecord preset)
|
|||||||
boost::shared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_processor);
|
boost::shared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_processor);
|
||||||
assert (pi);
|
assert (pi);
|
||||||
if (!preset.label.empty()) {
|
if (!preset.label.empty()) {
|
||||||
_pi->load_preset (preset);
|
pi->load_preset (preset);
|
||||||
} else {
|
} else {
|
||||||
pi->plugin->clear_preset();
|
pi->plugin()->clear_preset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user