From 62940482c29913124fc8f499994a345f76af17b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 Oct 2010 01:37:53 +0000 Subject: 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 --- src/common/interface/PortType.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/interface/PortType.hpp b/src/common/interface/PortType.hpp index 192ea458..fa28bfa4 100644 --- a/src/common/interface/PortType.hpp +++ b/src/common/interface/PortType.hpp @@ -84,8 +84,8 @@ private: "http://lv2plug.in/ns/lv2core#AudioPort", "http://lv2plug.in/ns/lv2core#ControlPort", "http://lv2plug.in/ns/ext/event#EventPort", - "http://lv2plug.in/ns/ext/atom-port#ValuePort", - "http://lv2plug.in/ns/ext/atom-port#MessagePort" + "http://lv2plug.in/ns/ext/atom#ValuePort", + "http://lv2plug.in/ns/ext/atom#MessagePort" }; return uris[symbol_num]; } -- cgit v1.2.1