enable luaproc presets
authorRobin Gareus <robin@gareus.org>
Fri, 29 Apr 2016 16:34:41 +0000 (18:34 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 29 Apr 2016 16:34:41 +0000 (18:34 +0200)
gtk2_ardour/processor_box.cc

index 7de78534a91fa7168a12acce6894716c7e69f6e5..f3997203fde6a3fc77effd9c0e461390d20adb67 100644 (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()));
                }
        }