summaryrefslogtreecommitdiffstats
path: root/src/engine/LADSPAPlugin.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-28 21:17:44 +0000
committerDavid Robillard <d@drobilla.net>2009-05-28 21:17:44 +0000
commitc37080eae184227a74e5c96237d6e7bf398fbf16 (patch)
treef878e03d1176e19810ad22a3ffb61c1c69bda56d /src/engine/LADSPAPlugin.cpp
parent64a40ac2323cda14ecbce4e41618d6db32fd3573 (diff)
downloadingen-c37080eae184227a74e5c96237d6e7bf398fbf16.tar.gz
ingen-c37080eae184227a74e5c96237d6e7bf398fbf16.tar.bz2
ingen-c37080eae184227a74e5c96237d6e7bf398fbf16.zip
Fix LADSPA names in plugin selection dialog.
Fix request interface for non-graph objects (i.e. plugins). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2034 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/LADSPAPlugin.cpp')
-rw-r--r--src/engine/LADSPAPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/LADSPAPlugin.cpp b/src/engine/LADSPAPlugin.cpp
index 0b3aabdc..44df77b0 100644
--- a/src/engine/LADSPAPlugin.cpp
+++ b/src/engine/LADSPAPlugin.cpp
@@ -43,6 +43,7 @@ LADSPAPlugin::LADSPAPlugin(
{
set_property("rdf:type", Atom(Atom::URI, "ingen:LADSPAPlugin"));
set_property("lv2:symbol", Atom(Atom::STRING, Symbol::symbolify(label)));
+ set_property("doap:name", Atom(Atom::STRING, name));
}