summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Info.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-27 01:37:53 +0000
committerDavid Robillard <d@drobilla.net>2010-10-27 01:37:53 +0000
commit62940482c29913124fc8f499994a345f76af17b5 (patch)
treeee161b9abbed09fe174a68b2bc999b7836dfbf87 /src/engine/LV2Info.cpp
parent5177aa485f28e40e087042c2b7292fb9a94e7a3c (diff)
downloadingen-62940482c29913124fc8f499994a345f76af17b5.tar.gz
ingen-62940482c29913124fc8f499994a345f76af17b5.tar.bz2
ingen-62940482c29913124fc8f499994a345f76af17b5.zip
Update for new Atom extension.
Add RDF read (parse) and RDF write (serialise) plugins. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2649 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/LV2Info.cpp')
-rw-r--r--src/engine/LV2Info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/LV2Info.cpp b/src/engine/LV2Info.cpp
index c96d5874..fcd303ef 100644
--- a/src/engine/LV2Info.cpp
+++ b/src/engine/LV2Info.cpp
@@ -37,9 +37,9 @@ LV2Info::LV2Info(Ingen::Shared::World* world)
, audio_class(slv2_value_new_uri(world->slv2_world(), SLV2_PORT_CLASS_AUDIO))
, event_class(slv2_value_new_uri(world->slv2_world(), SLV2_PORT_CLASS_EVENT))
, value_port_class(slv2_value_new_uri(world->slv2_world(),
- "http://lv2plug.in/ns/ext/atom-port#ValuePort"))
+ "http://lv2plug.in/ns/ext/atom#ValuePort"))
, message_port_class(slv2_value_new_uri(world->slv2_world(),
- "http://lv2plug.in/ns/ext/atom-port#MessagePort"))
+ "http://lv2plug.in/ns/ext/atom#MessagePort"))
, _world(world)
{
assert(world);