summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreateNode.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-11 22:14:01 +0000
committerDavid Robillard <d@drobilla.net>2011-02-11 22:14:01 +0000
commit77d1d3ae2d861f76264020b112386cdd57ce1f86 (patch)
treeca40355d145c09b43b2e15961a3e05aab280947c /src/engine/events/CreateNode.hpp
parent796f8d48f0ff6434635237038e03f900161ce331 (diff)
downloadingen-77d1d3ae2d861f76264020b112386cdd57ce1f86.tar.gz
ingen-77d1d3ae2d861f76264020b112386cdd57ce1f86.tar.bz2
ingen-77d1d3ae2d861f76264020b112386cdd57ce1f86.zip
Remove LADSPA support from Ingen (LADSPA can be used via NASPRO).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2922 a436a847-0d15-0410-975c-d299462d15a1
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;
};