summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-01 18:56:59 -0400
committerDavid Robillard <d@drobilla.net>2016-10-01 18:56:59 -0400
commitc1a28255f7e92e5e7a6bfe37510bcf079e334338 (patch)
tree9aa3593e3f1d7869a8130b6473f32712d10d1c57 /ingen
parent17bb541a6925ccae826bbaa7bf386931652afbf4 (diff)
downloadingen-c1a28255f7e92e5e7a6bfe37510bcf079e334338.tar.gz
ingen-c1a28255f7e92e5e7a6bfe37510bcf079e334338.tar.bz2
ingen-c1a28255f7e92e5e7a6bfe37510bcf079e334338.zip
Fix properties of control/notify ports
Diffstat (limited to 'ingen')
-rw-r--r--ingen/URIs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp
index 5f448e02..6a691ba2 100644
--- a/ingen/URIs.hpp
+++ b/ingen/URIs.hpp
@@ -143,6 +143,7 @@ public:
const Quark lv2_appliesTo;
const Quark lv2_binary;
const Quark lv2_connectionOptional;
+ const Quark lv2_control;
const Quark lv2_default;
const Quark lv2_designation;
const Quark lv2_enumeration;