From fd4c82baab204df599bf6d6410be1594d952e306 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Mar 2012 03:14:06 +0000 Subject: Remove comment headers which had become a bit rusty. --- lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 54 ----------------------------------- 1 file changed, 54 deletions(-) (limited to 'lv2') diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 12c05e4..1648f30 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -22,10 +22,6 @@ @prefix rdfs: . @prefix xsd: . -########################### -## General LV2 Resources ## -########################### - lv2:Specification a rdfs:Class , owl:Class ; lv2:documentation """

An LV2 specification (i.e. this specification, or an LV2 extension).

@@ -136,10 +132,6 @@ which of these classes the functions belong, define new classes for them, or otherwise precisely describe their threading rules.

""" . -############ -## Plugin ## -############ - lv2:PluginBase a rdfs:Class , owl:Class ; lv2:documentation """

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.

""" . -########## -## Port ## -########## - lv2:Port a rdfs:Class , owl:Class ; rdfs:label "Port" ; rdfs:subClassOf [ @@ -265,10 +253,6 @@ lv2:AudioPort a rdfs:Class , owl:Class ; with elements of C type 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 soft limit; 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