From 5a1ccca68baf9e8efffe3e0297730a911617693d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Oct 2010 01:11:29 +0000 Subject: Support current versions of LV2 atom, atom-port, and context extensions. Working use case in this revision: lolep.parse => lolep.print (set parse input to some string, it will be parsed, send to print as an LV2 atom, then printed to the console by print). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2631 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/PortType.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/interface/PortType.hpp') diff --git a/src/common/interface/PortType.hpp b/src/common/interface/PortType.hpp index 89cb1e91..192ea458 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/objects#ValuePort", - "http://lv2plug.in/ns/ext/objects#MessagePort" + "http://lv2plug.in/ns/ext/atom-port#ValuePort", + "http://lv2plug.in/ns/ext/atom-port#MessagePort" }; return uris[symbol_num]; } -- cgit v1.2.1