enable luaproc presets

This commit is contained in:
Robin Gareus 2016-04-29 18:34:41 +02:00
parent 6d49e24503
commit a725fde23d

View File

@ -168,7 +168,7 @@ ProcessorEntry::ProcessorEntry (ProcessorBox* parent, boost::shared_ptr<Processo
}
{
boost::shared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_processor);
if (pi && pi->plugin() && pi->plugin()->get_info()->type != ARDOUR::Lua) {
if (pi && pi->plugin()) {
_plugin_preset_pointer = PluginPresetPtr (new PluginPreset (pi->plugin()->get_info()));
}
}