diff options
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2.h | 1 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2.h b/lv2/lv2plug.in/ns/lv2core/lv2.h index e86113e..9249cd3 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2.h +++ b/lv2/lv2plug.in/ns/lv2core/lv2.h @@ -93,7 +93,6 @@ #define LV2_CORE__extensionData LV2_CORE_PREFIX "extensionData" #define LV2_CORE__freeWheeling LV2_CORE_PREFIX "freeWheeling" #define LV2_CORE__hardRTCapable LV2_CORE_PREFIX "hardRTCapable" -#define LV2_CORE__hasParameter LV2_CORE_PREFIX "hasParameter" #define LV2_CORE__inPlaceBroken LV2_CORE_PREFIX "inPlaceBroken" #define LV2_CORE__index LV2_CORE_PREFIX "index" #define LV2_CORE__integer LV2_CORE_PREFIX "integer" diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index cc3b9e9..6d016fb 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -506,20 +506,6 @@ with lv2:designation. Other methods, such as setting dynamic parameters via messages, are possible but not defined here.</p> """ . -lv2:hasParameter - a rdf:Property , - owl:ObjectProperty ; - rdfs:label "has parameter" ; - lv2:documentation """ -<p>Indicates that a specific parameter is supported. This predicate is to -advertise that a plugin supports a parameter in some way other than a port -value, such as a message interface. It is not necessary use for control port -parameters, simply use lv2:designation on the port for that.</p> - -<p>This property may be used to indicate any resource has a parameter, it is -not restricted to plugins.</p> -""" . - lv2:designation a rdf:Property , owl:ObjectProperty , |