summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreateNode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/CreateNode.hpp')
-rw-r--r--src/engine/events/CreateNode.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/engine/events/CreateNode.hpp b/src/engine/events/CreateNode.hpp
index c302e02b..456bcc04 100644
--- a/src/engine/events/CreateNode.hpp
+++ b/src/engine/events/CreateNode.hpp
@@ -53,16 +53,13 @@ public:
private:
Raul::Path _path;
- Raul::URI _plugin_uri; ///< If nonempty then type, library, label, are ignored
- std::string _plugin_type;
- std::string _plugin_lib;
- std::string _plugin_label;
- bool _polyphonic;
+ Raul::URI _plugin_uri;
PatchImpl* _patch;
PluginImpl* _plugin;
NodeImpl* _node;
CompiledPatch* _compiled_patch; ///< Patch's new process order
bool _node_already_exists;
+ bool _polyphonic;
Shared::Resource::Properties _properties;
};