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/shared/LV2URIMap.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/shared/LV2URIMap.hpp') diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp index d53458fc..7ee732dc 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -98,9 +98,9 @@ public: const Quark midi_controllerNumber; const Quark midi_event; const Quark midi_noteNumber; - const Quark obj_MessagePort; - const Quark obj_ValuePort; - const Quark obj_supports; + const Quark aport_MessagePort; + const Quark aport_ValuePort; + const Quark aport_supports; const Quark object_class_bool; const Quark object_class_float32; const Quark object_class_int32; @@ -110,7 +110,6 @@ public: const Quark rdf_instanceOf; const Quark rdf_type; const Quark rdfs_seeAlso; - const Quark string_transfer; const Quark ui_format_events; const Quark wildcard; }; -- cgit v1.2.1