summaryrefslogtreecommitdiffstats
path: root/src/shared/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-25 22:40:33 +0000
committerDavid Robillard <d@drobilla.net>2012-07-25 22:40:33 +0000
commit8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec (patch)
tree6d1b6e34f8fcbec6cb2e89bd32385df416fc4538 /src/shared/URIs.cpp
parent233a462e8070e4064c68f522e13533f57c6fa06d (diff)
downloadingen-8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec.tar.gz
ingen-8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec.tar.bz2
ingen-8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec.zip
Fix control bindings for logarithmic and sample rate control ports.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4551 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/URIs.cpp')
-rw-r--r--src/shared/URIs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp
index 347a7a4a..b41a0db3 100644
--- a/src/shared/URIs.cpp
+++ b/src/shared/URIs.cpp
@@ -19,6 +19,7 @@
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
#include "lv2/lv2plug.in/ns/ext/midi/midi.h"
#include "lv2/lv2plug.in/ns/ext/patch/patch.h"
+#include "lv2/lv2plug.in/ns/ext/port-props/port-props.h"
#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
namespace Ingen {
@@ -115,6 +116,7 @@ URIs::URIs(Shared::Forge& f, URIMap* map)
, patch_remove (forge, map, LV2_PATCH__remove)
, patch_request (forge, map, LV2_PATCH__request)
, patch_subject (forge, map, LV2_PATCH__subject)
+ , pprops_logarithmic (forge, map, LV2_PORT_PROPS__logarithmic)
, rdf_type (forge, map, NS_RDF "type")
, rdfs_seeAlso (forge, map, NS_RDFS "seeAlso")
, wildcard (forge, map, NS_INGEN "wildcard")