From 44859a84f0bad75cb358dc1d91e5cfcdeda10ba7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Feb 2010 06:08:08 +0000 Subject: Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2410 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/LV2URIMap.cpp | 1 + src/shared/LV2URIMap.hpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/shared') diff --git a/src/shared/LV2URIMap.cpp b/src/shared/LV2URIMap.cpp index 70ca954f..9a4ae7c7 100644 --- a/src/shared/LV2URIMap.cpp +++ b/src/shared/LV2URIMap.cpp @@ -80,6 +80,7 @@ LV2URIMap::LV2URIMap() , lv2_maximum(NS_LV2 "maximum") , lv2_minimum(NS_LV2 "minimum") , lv2_name(NS_LV2 "name") + , lv2_portProperty(NS_LV2 "portProperty") , lv2_symbol(NS_LV2 "symbol") , lv2_toggled(NS_LV2 "toggled") , lv2ev_EventPort("http://lv2plug.in/ns/ext/event#EventPort") diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp index d773591f..923312c5 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -88,6 +88,7 @@ public: const Quark lv2_maximum; const Quark lv2_minimum; const Quark lv2_name; + const Quark lv2_portProperty; const Quark lv2_symbol; const Quark lv2_toggled; const Quark lv2ev_EventPort; -- cgit v1.2.1