From fd4c82baab204df599bf6d6410be1594d952e306 Mon Sep 17 00:00:00 2001
From: David Robillard An LV2 specification (i.e. this specification, or an LV2 extension).
An abstract plugin-like resource that MAY not actually be an LV2 plugin
@@ -178,10 +170,6 @@ e.g. Tape Delay Unit
. Use doap:shortdesc or doap:description for more
detailed descriptions.
float
.
""" .
-#######################
-## Plugin Properties ##
-#######################
-
lv2:port a rdf:Property , owl:ObjectProperty ;
rdfs:domain lv2:PluginBase ;
rdfs:range lv2:Port ;
@@ -402,10 +386,6 @@ if/when to load the data, knowing that it describes an additional resource and
not the plugin itself.
""" .
-#####################
-## Port Properties ##
-#####################
-
lv2:index a rdf:Property , owl:DatatypeProperty ;
rdfs:range xsd:nonNegativeInteger ;
rdfs:label "index" ;
@@ -493,11 +473,6 @@ effective user interface. For example, if the plugin has a BPM parameter, the
host may automatically set that parameter to the current tempo.
""" .
-
-################
-## Parameters ##
-################
-
lv2:latency a rdf:Property , owl:DatatypeProperty ;
rdfs:label "latency" ;
lv2:documentation """
@@ -515,11 +490,6 @@ wall-clock time and the passage of time in the data being processed (e.g. audio
frames).
""" .
-
-###########################
-## Port Range and Points ##
-###########################
-
lv2:Point a rdfs:Class , owl:Class ;
rdfs:label "Port value point" ;
# Unfortunately, it is illegal to specify restrictions on rdfs:label or
@@ -571,10 +541,6 @@ This is a softlimit; the plugin is required to gracefully accept all values in the range of a port's data type. """ . -############# -## Feature ## -############# - lv2:Feature a rdfs:Class , owl:Class ; rdfs:label "Feature" ; rdfs:comment """ @@ -603,10 +569,6 @@ this before attempting to instantiate a plugin (i.e. discovery by attempting to instantiate is strongly discouraged). """ . -#################### -## Extension Data ## -#################### - lv2:ExtensionData a rdfs:Class , owl:Class ; rdfs:label "Extension Data" ; rdfs:comment """ @@ -623,10 +585,6 @@ lv2:extensionData a rdf:Property , owl:ObjectProperty ; some extension) via LV2:Descriptor::instantiate(). """ . -####################### -## Standard Features ## -####################### - lv2:isLive a lv2:Feature ; rdfs:label "Has a live (realtime) dependency" ; lv2:documentation """ @@ -674,10 +632,6 @@ plugin MUST satisfy all of the following:
Note these rules apply to the connect_port() function as well as run().
""" . -################## -## PortProperty ## -################## - lv2:PortProperty a rdfs:Class , owl:Class ; rdfs:label "Port property" ; rdfs:comment """ @@ -695,10 +649,6 @@ catastrophic effects, though it may be useful e.g. for providing a sensible interface for the port. """ . -############################# -## Standard PortProperties ## -############################# - lv2:connectionOptional a lv2:PortProperty ; rdfs:label "Optionally connected port" ; rdfs:comment """ @@ -759,10 +709,6 @@ simply choosing the largest enumeration value less than or equal to the actual input value (i.e. round the input value down). """ . -#################### -## Plugin Classes ## -#################### - lv2:GeneratorPlugin a rdfs:Class , owl:Class ; rdfs:subClassOf lv2:Plugin ; rdfs:label "Generator" ; -- cgit v1.2.1