diff options
author | David Robillard <d@drobilla.net> | 2016-10-01 18:56:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-10-01 18:56:59 -0400 |
commit | c1a28255f7e92e5e7a6bfe37510bcf079e334338 (patch) | |
tree | 9aa3593e3f1d7869a8130b6473f32712d10d1c57 /ingen | |
parent | 17bb541a6925ccae826bbaa7bf386931652afbf4 (diff) | |
download | ingen-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.hpp | 1 |
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; |