Allow Lua bindings up to 10 args
[ardour.git] / libs / ardour / windows_vst_plugin.cc
index 256d7f89a8bb13ee2fbf17bc4cbb0c81fbef1b55..53bfee05e8239be36c6b8a83d4977385aae018ce 100644 (file)
@@ -62,6 +62,8 @@ WindowsVSTPlugin::WindowsVSTPlugin (const WindowsVSTPlugin &other)
        other.add_state (root);
        set_state (*root, Stateful::loading_state_version);
        delete root;
+
+       set_plugin (_state->plugin);
 }
 
 WindowsVSTPlugin::~WindowsVSTPlugin ()