summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-08 04:05:01 +0000
committerDavid Robillard <d@drobilla.net>2013-01-08 04:05:01 +0000
commitac408e8d4ce77389e65d69e9a1ff30fd54a25ada (patch)
tree27d3f568c8a8040c345dd61a890dabd08549cd5c /src/URIs.cpp
parent63d21b23d262b0c5169d54822aa5723b6200c764 (diff)
downloadingen-ac408e8d4ce77389e65d69e9a1ff30fd54a25ada.tar.gz
ingen-ac408e8d4ce77389e65d69e9a1ff30fd54a25ada.tar.bz2
ingen-ac408e8d4ce77389e65d69e9a1ff30fd54a25ada.zip
Add support for URID ports.
Fix glib errors when resetting properties dialog. Move RDFS domain/range/classes/etc code to reusable location. Add preliminary "mesp" (message processing) plugin package. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4903 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index 8dbf87a6..a3ee8874 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -98,6 +98,7 @@ URIs::URIs(Forge& f, URIMap* map)
, lv2_binary (forge, map, LV2_CORE__binary)
, lv2_connectionOptional(forge, map, LV2_CORE__connectionOptional)
, lv2_default (forge, map, LV2_CORE__default)
+ , lv2_designation (forge, map, LV2_CORE__designation)
, lv2_extensionData (forge, map, LV2_CORE__extensionData)
, lv2_index (forge, map, LV2_CORE__index)
, lv2_integer (forge, map, LV2_CORE__integer)