diff options
Diffstat (limited to 'src/engine/LADSPAPlugin.cpp')
-rw-r--r-- | src/engine/LADSPAPlugin.cpp | 1 |
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)); } |