diff options
author | David Robillard <d@drobilla.net> | 2016-10-01 18:56:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-10-02 12:24:57 -0400 |
commit | 424bd44c4b6f64a15f9dc18df47b77c39b62a855 (patch) | |
tree | d5ab1db30659a5fb8c0b9638611c87b2b10a832d /ingen | |
parent | 791816abb2295bcade40b664d39ecd7eb1016f19 (diff) | |
download | ingen-424bd44c4b6f64a15f9dc18df47b77c39b62a855.tar.gz ingen-424bd44c4b6f64a15f9dc18df47b77c39b62a855.tar.bz2 ingen-424bd44c4b6f64a15f9dc18df47b77c39b62a855.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; |