;
- lv2:documentation """
+ lv2:documentation """
The LV2 API, on its own, cannot be used to write plugin libraries where data
is dynamically generated at runtime (e.g. API wrappers), since LV2 requires
needed information to be provided in one or more static data (RDF) files. This
@@ -83,3 +83,4 @@ dman:DynManifest
There MUST NOT be any instances of dman:DynManifest in the generated manifest.
All relative URIs in the generated data MUST be relative to the base path that would be used to parse a normal LV2 manifest (the bundle path).""" .
+
diff --git a/lv2/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/dynmanifest/lv2-dynmanifest.doap.ttl
index 9dd6c81..77f03ca 100644
--- a/lv2/dynmanifest/lv2-dynmanifest.doap.ttl
+++ b/lv2/dynmanifest/lv2-dynmanifest.doap.ttl
@@ -53,3 +53,4 @@
]
]
] .
+
diff --git a/lv2/dynmanifest/manifest.ttl b/lv2/dynmanifest/manifest.ttl
index 784fb30..db27a73 100644
--- a/lv2/dynmanifest/manifest.ttl
+++ b/lv2/dynmanifest/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
@@ -6,3 +6,4 @@
lv2:minorVersion 1 ;
lv2:microVersion 6 ;
rdfs:seeAlso .
+
diff --git a/lv2/event/event.ttl b/lv2/event/event.ttl
index 94e429f..b356666 100644
--- a/lv2/event/event.ttl
+++ b/lv2/event/event.ttl
@@ -1,7 +1,7 @@
-@prefix ev: .
-@prefix lv2: .
-@prefix owl: .
-@prefix rdf: .
+@prefix ev: .
+@prefix lv2: .
+@prefix owl: .
+@prefix rdf: .
@prefix rdfs: .
@@ -31,7 +31,7 @@ ev:EventPort
a rdfs:Class ;
rdfs:label "Event Port" ;
rdfs:subClassOf lv2:Port ;
- rdfs:comment """Ports of this type will be connected to a struct of type LV2_Event_Buffer, defined in event.h. These ports contain a sequence of generic events (possibly several types mixed in a single stream), the specific types of which are defined by some URI in another LV2 extension.""" .
+ rdfs:comment "Ports of this type will be connected to a struct of type LV2_Event_Buffer, defined in event.h. These ports contain a sequence of generic events (possibly several types mixed in a single stream), the specific types of which are defined by some URI in another LV2 extension." .
ev:Event
a rdfs:Class ;
@@ -81,7 +81,7 @@ ev:inheritsEvent
lv2:OutputPort ;
rdfs:range lv2:Port ;
rdfs:label "inherits event type" ;
- rdfs:comment """Indicates that this output port might pass through events that arrived at some other input port (or generate an event of the same type as events arriving at that input). The host must always check the stamp type of all outputs when connecting an input, but this property should be set whenever it applies.""" .
+ rdfs:comment "Indicates that this output port might pass through events that arrived at some other input port (or generate an event of the same type as events arriving at that input). The host must always check the stamp type of all outputs when connecting an input, but this property should be set whenever it applies." .
ev:supportsTimeStamp
a rdf:Property ;
@@ -112,3 +112,4 @@ ev:inheritsTimeStamp
rdfs:comment """Indicates that this port follows the time stamp type of an input port.
This property is not necessary, but it should be set for outputs that base their output type on an input port so the host can make more sense of the plugin and provide a more sensible interface.""" .
+
diff --git a/lv2/event/lv2-event.doap.ttl b/lv2/event/lv2-event.doap.ttl
index 5051237..3ad626a 100644
--- a/lv2/event/lv2-event.doap.ttl
+++ b/lv2/event/lv2-event.doap.ttl
@@ -96,3 +96,4 @@
]
]
] .
+
diff --git a/lv2/event/manifest.ttl b/lv2/event/manifest.ttl
index 0b454e2..0194d71 100644
--- a/lv2/event/manifest.ttl
+++ b/lv2/event/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
diff --git a/lv2/instance-access/instance-access.ttl b/lv2/instance-access/instance-access.ttl
index 5656345..5e4dd9a 100644
--- a/lv2/instance-access/instance-access.ttl
+++ b/lv2/instance-access/instance-access.ttl
@@ -1,5 +1,5 @@
-@prefix ia: .
-@prefix lv2: .
+@prefix ia: .
+@prefix lv2: .
@prefix rdfs: .
@@ -20,3 +20,4 @@ do so.
instantiate method with URI LV2_INSTANCE_ACCESS_URI and data pointed directly
to the LV2_Handle of the plugin instance.
""" .
+
diff --git a/lv2/instance-access/lv2-instance-access.doap.ttl b/lv2/instance-access/lv2-instance-access.doap.ttl
index 5aa70d8..7458059 100644
--- a/lv2/instance-access/lv2-instance-access.doap.ttl
+++ b/lv2/instance-access/lv2-instance-access.doap.ttl
@@ -55,3 +55,4 @@
]
]
] .
+
diff --git a/lv2/instance-access/manifest.ttl b/lv2/instance-access/manifest.ttl
index cee5dbf..e6c8810 100644
--- a/lv2/instance-access/manifest.ttl
+++ b/lv2/instance-access/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
diff --git a/lv2/log/log.ttl b/lv2/log/log.ttl
index 60e1d3f..ae5fc8d 100644
--- a/lv2/log/log.ttl
+++ b/lv2/log/log.ttl
@@ -1,8 +1,8 @@
-@prefix log: .
-@prefix lv2: .
-@prefix rdf: .
+@prefix log: .
+@prefix lv2: .
+@prefix rdf: .
@prefix rdfs: .
-@prefix xsd: .
+@prefix xsd: .
a lv2:Specification ;
@@ -66,3 +66,4 @@ log:log
the host must pass an LV2_Feature to LV2_Descriptor::instantiate() with URI
LV2_LOG__log and data pointed to an instance of LV2_Log_Log.
""" .
+
diff --git a/lv2/log/lv2-log.doap.ttl b/lv2/log/lv2-log.doap.ttl
index d109809..1a5a56e 100644
--- a/lv2/log/lv2-log.doap.ttl
+++ b/lv2/log/lv2-log.doap.ttl
@@ -50,3 +50,4 @@
]
]
] .
+
diff --git a/lv2/log/manifest.ttl b/lv2/log/manifest.ttl
index afe7449..bcaeff3 100644
--- a/lv2/log/manifest.ttl
+++ b/lv2/log/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
diff --git a/lv2/midi/lv2-midi.doap.ttl b/lv2/midi/lv2-midi.doap.ttl
index 8a9315a..24b2a04 100644
--- a/lv2/midi/lv2-midi.doap.ttl
+++ b/lv2/midi/lv2-midi.doap.ttl
@@ -91,3 +91,4 @@
]
]
] .
+
diff --git a/lv2/midi/manifest.ttl b/lv2/midi/manifest.ttl
index 6dd7db6..f141936 100644
--- a/lv2/midi/manifest.ttl
+++ b/lv2/midi/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
diff --git a/lv2/midi/midi.ttl b/lv2/midi/midi.ttl
index 571ff7a..21e3078 100644
--- a/lv2/midi/midi.ttl
+++ b/lv2/midi/midi.ttl
@@ -1,11 +1,11 @@
@prefix atom: .
-@prefix ev: .
-@prefix lv2: .
+@prefix ev: .
+@prefix lv2: .
@prefix midi: .
-@prefix owl: .
-@prefix rdf: .
+@prefix owl: .
+@prefix rdf: .
@prefix rdfs: .
-@prefix xsd: .
+@prefix xsd: .
a owl:Ontology ;
@@ -386,7 +386,7 @@ midi:statusMask
owl:FunctionalProperty ;
rdfs:label "status mask" ;
rdfs:range midi:HexByte ;
- rdfs:comment """The status byte for a message of this type on channel 1, i.e. a status byte with the lower nibble set to zero.""" .
+ rdfs:comment "The status byte for a message of this type on channel 1, i.e. a status byte with the lower nibble set to zero." .
midi:velocity
a rdf:Property ,
@@ -395,3 +395,4 @@ midi:velocity
rdfs:label "velocity" ;
rdfs:range midi:HexByte ;
rdfs:comment "The velocity of a note message (0 to 127)." .
+
diff --git a/lv2/morph/lv2-morph.doap.ttl b/lv2/morph/lv2-morph.doap.ttl
index 533cf10..32f3e70 100644
--- a/lv2/morph/lv2-morph.doap.ttl
+++ b/lv2/morph/lv2-morph.doap.ttl
@@ -20,3 +20,4 @@
]
]
] .
+
diff --git a/lv2/morph/manifest.ttl b/lv2/morph/manifest.ttl
index 40b0f2b..7c85cfd 100644
--- a/lv2/morph/manifest.ttl
+++ b/lv2/morph/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
diff --git a/lv2/morph/morph.ttl b/lv2/morph/morph.ttl
index 2a2e9fc..77dac01 100644
--- a/lv2/morph/morph.ttl
+++ b/lv2/morph/morph.ttl
@@ -1,12 +1,12 @@
-@prefix doap: .
-@prefix foaf: .
-@prefix lv2: .
+@prefix doap: .
+@prefix foaf: .
+@prefix lv2: .
@prefix morph: .
@prefix opts: .
-@prefix owl: .
-@prefix rdf: .
-@prefix rdfs: .
-@prefix xsd: .
+@prefix owl: .
+@prefix rdf: .
+@prefix rdfs: .
+@prefix xsd: .
a owl:Ontology ;
@@ -83,3 +83,4 @@ morph:currentType
The currently active type of the port. This is for dynamic use as an option
and SHOULD NOT be listed in the static plugin data.
""" .
+
diff --git a/lv2/options/lv2-options.doap.ttl b/lv2/options/lv2-options.doap.ttl
index 22efbfc..c0f598d 100644
--- a/lv2/options/lv2-options.doap.ttl
+++ b/lv2/options/lv2-options.doap.ttl
@@ -40,3 +40,4 @@
]
]
] .
+
diff --git a/lv2/options/manifest.ttl b/lv2/options/manifest.ttl
index bab8984..18db448 100644
--- a/lv2/options/manifest.ttl
+++ b/lv2/options/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
@@ -6,3 +6,4 @@
lv2:minorVersion 1 ;
lv2:microVersion 4 ;
rdfs:seeAlso .
+
diff --git a/lv2/options/options.ttl b/lv2/options/options.ttl
index 5c5860a..0380b6b 100644
--- a/lv2/options/options.ttl
+++ b/lv2/options/options.ttl
@@ -1,9 +1,9 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix opts: .
-@prefix owl: .
-@prefix rdf: .
+@prefix owl: .
+@prefix rdf: .
@prefix rdfs: .
-@prefix xsd: .
+@prefix xsd: .
a owl:Ontology ;
@@ -101,3 +101,4 @@ provide a value for the specified option if one is known, or provide the user
an opportunity to specify one if one is Indicates that the instance host MUST
pass a value for the specified option in order to instantiate the instance.
""" .
+
diff --git a/lv2/parameters/lv2-parameters.doap.ttl b/lv2/parameters/lv2-parameters.doap.ttl
index 3ff707c..028b3b0 100644
--- a/lv2/parameters/lv2-parameters.doap.ttl
+++ b/lv2/parameters/lv2-parameters.doap.ttl
@@ -45,3 +45,4 @@
doap:shortdesc "Common parameters for audio processing." ;
doap:maintainer ;
doap:developer .
+
diff --git a/lv2/parameters/manifest.ttl b/lv2/parameters/manifest.ttl
index d2ba8fa..57f5d2e 100644
--- a/lv2/parameters/manifest.ttl
+++ b/lv2/parameters/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
@@ -6,3 +6,4 @@
lv2:minorVersion 1 ;
lv2:microVersion 4 ;
rdfs:seeAlso .
+
diff --git a/lv2/parameters/parameters.ttl b/lv2/parameters/parameters.ttl
index f8ad2ab..67f7ce9 100644
--- a/lv2/parameters/parameters.ttl
+++ b/lv2/parameters/parameters.ttl
@@ -1,9 +1,9 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix param: .
-@prefix atom: .
-@prefix pg: .
-@prefix rdf: .
-@prefix rdfs: .
+@prefix atom: .
+@prefix pg: .
+@prefix rdf: .
+@prefix rdfs: .
@prefix units: .
@@ -30,7 +30,7 @@ param:attack
a lv2:Parameter ;
rdfs:range atom:Float ;
rdfs:label "attack" ;
- rdfs:comment "The duration of an envelope's attack stage." .
+ rdfs:comment """The duration of an envelope's attack stage.""" .
param:cutoffFrequency
a lv2:Parameter ;
@@ -41,13 +41,13 @@ param:decay
a lv2:Parameter ;
rdfs:range atom:Float ;
rdfs:label "decay" ;
- rdfs:comment "The duration of an envelope's decay stage." .
+ rdfs:comment """The duration of an envelope's decay stage.""" .
param:delay
a lv2:Parameter ;
rdfs:range atom:Float ;
rdfs:label "delay" ;
- rdfs:comment "The duration of an envelope's delay stage." .
+ rdfs:comment """The duration of an envelope's delay stage.""" .
param:frequency
a lv2:Parameter ;
@@ -58,7 +58,7 @@ param:hold
a lv2:Parameter ;
rdfs:range atom:Float ;
rdfs:label "hold" ;
- rdfs:comment "The duration of an envelope's hold stage." .
+ rdfs:comment """The duration of an envelope's hold stage.""" .
param:pulseWidth
a lv2:Parameter ;
@@ -76,7 +76,7 @@ param:release
a lv2:Parameter ;
rdfs:range atom:Float ;
rdfs:label "release" ;
- rdfs:comment "The duration of an envelope's release stage." .
+ rdfs:comment """The duration of an envelope's release stage.""" .
param:resonance
a lv2:Parameter ;
@@ -88,7 +88,7 @@ param:sustain
a lv2:Parameter ;
rdfs:label "sustain" ;
rdfs:range atom:Float ;
- rdfs:comment "The level (not duration) of an envelope's sustain stage." .
+ rdfs:comment """The level (not duration) of an envelope's sustain stage.""" .
param:threshold
a lv2:Parameter ;
@@ -204,3 +204,4 @@ param:CompressorControls
] , [
lv2:designation param:ratio
] .
+
diff --git a/lv2/patch/lv2-patch.doap.ttl b/lv2/patch/lv2-patch.doap.ttl
index 2a76d9b..6b623f7 100644
--- a/lv2/patch/lv2-patch.doap.ttl
+++ b/lv2/patch/lv2-patch.doap.ttl
@@ -67,3 +67,4 @@
]
]
] .
+
diff --git a/lv2/patch/manifest.ttl b/lv2/patch/manifest.ttl
index 598bf29..b42d389 100644
--- a/lv2/patch/manifest.ttl
+++ b/lv2/patch/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
@@ -6,3 +6,4 @@
lv2:minorVersion 2 ;
lv2:microVersion 6 ;
rdfs:seeAlso .
+
diff --git a/lv2/patch/patch.ttl b/lv2/patch/patch.ttl
index 87432fe..5cc3e71 100644
--- a/lv2/patch/patch.ttl
+++ b/lv2/patch/patch.ttl
@@ -1,10 +1,10 @@
-@prefix foaf: .
-@prefix lv2: .
-@prefix owl: .
+@prefix foaf: .
+@prefix lv2: .
+@prefix owl: .
@prefix patch: .
-@prefix rdf: .
-@prefix rdfs: .
-@prefix xsd: .
+@prefix rdf: .
+@prefix rdfs: .
+@prefix xsd: .
a owl:Ontology ;
@@ -46,7 +46,7 @@ patch:Ack
a rdfs:Class ;
rdfs:subClassOf patch:Response ;
rdfs:label "Ack" ;
- rdfs:comment """An acknowledgement that a request has been successfully processed. This is returned as a reply when a specific reply type is not necessary or appropriate. """ .
+ rdfs:comment "An acknowledgement that a request has been successfully processed. This is returned as a reply when a specific reply type is not necessary or appropriate. " .
patch:Copy
a rdfs:Class ;
@@ -141,7 +141,7 @@ patch:Insert
owl:cardinality 1 ;
owl:onProperty patch:subject
] ;
- rdfs:comment """Insert the patch:body at patch:subject. If the subject does not exist, it is created. If the subject does already exist, it is added to. This request only adds properties, it never removes them. The user must take care that multiple values are not set for properties which should only have one value.""" .
+ rdfs:comment "Insert the patch:body at patch:subject. If the subject does not exist, it is created. If the subject does already exist, it is added to. This request only adds properties, it never removes them. The user must take care that multiple values are not set for properties which should only have one value." .
patch:Message
a rdfs:Class ;
@@ -160,7 +160,7 @@ patch:Move
owl:cardinality 1 ;
owl:onProperty patch:destination
] ;
- rdfs:comment "Move the patch:subject to patch:destination. After this, patch:destination has the description patch:subject had prior to this request's execution, and patch:subject no longer exists. It is an error if the subject does not exist or the destination already exists." .
+ rdfs:comment """Move the patch:subject to patch:destination. After this, patch:destination has the description patch:subject had prior to this request's execution, and patch:subject no longer exists. It is an error if the subject does not exist or the destination already exists.""" .
patch:Patch
a rdfs:Class ;
@@ -222,7 +222,7 @@ patch:Request
a rdfs:Class ;
rdfs:label "Request" ;
rdfs:subClassOf patch:Message ;
- rdfs:comment """A request. A request may have a patch:subject property, which indicates which resource the request applies to. The subject may be omitted in contexts where it is implicit (e.g. the recipient is the subject).""" .
+ rdfs:comment "A request. A request may have a patch:subject property, which indicates which resource the request applies to. The subject may be omitted in contexts where it is implicit (e.g. the recipient is the subject)." .
patch:Response
a rdfs:Class ;
@@ -346,7 +346,7 @@ patch:request
rdfs:label "request" ;
rdfs:domain patch:Response ;
rdfs:range patch:Request ;
- rdfs:comment """The request this is a response to. This can be used if referring directly to the URI or blank node ID of the request is possible. Otherwise, use patch:sequenceNumber.""" .
+ rdfs:comment "The request this is a response to. This can be used if referring directly to the URI or blank node ID of the request is possible. Otherwise, use patch:sequenceNumber." .
patch:sequenceNumber
a rdf:Property ,
@@ -375,7 +375,7 @@ patch:value
patch:wildcard
a rdfs:Resource ;
- rdfs:comment """A wildcard which matches any resource. This makes it possible to describe the removal of all values for a given property.""" .
+ rdfs:comment "A wildcard which matches any resource. This makes it possible to describe the removal of all values for a given property." .
patch:writable
a rdf:Property ;
@@ -400,3 +400,4 @@ eg:plugin
patch:writable eg:title .
""" .
+
diff --git a/lv2/port-groups/lv2-port-groups.doap.ttl b/lv2/port-groups/lv2-port-groups.doap.ttl
index 84a92f4..975e4ee 100644
--- a/lv2/port-groups/lv2-port-groups.doap.ttl
+++ b/lv2/port-groups/lv2-port-groups.doap.ttl
@@ -41,3 +41,4 @@
]
]
] .
+
diff --git a/lv2/port-groups/manifest.ttl b/lv2/port-groups/manifest.ttl
index 4a7befe..3cda6c6 100644
--- a/lv2/port-groups/manifest.ttl
+++ b/lv2/port-groups/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
diff --git a/lv2/port-groups/port-groups.ttl b/lv2/port-groups/port-groups.ttl
index 65974c2..5d49341 100644
--- a/lv2/port-groups/port-groups.ttl
+++ b/lv2/port-groups/port-groups.ttl
@@ -1,9 +1,9 @@
-@prefix lv2: .
-@prefix owl: .
-@prefix pg: .
-@prefix rdf: .
+@prefix lv2: .
+@prefix owl: .
+@prefix pg: .
+@prefix rdf: .
@prefix rdfs: .
-@prefix xsd: .
+@prefix xsd: .
a owl:Ontology ;
@@ -54,7 +54,7 @@ pg:element
owl:ObjectProperty ;
rdfs:range pg:Element ;
rdfs:label "element" ;
- rdfs:comment """Indicates that a group has a certain element (a parameter or channel designation with a possible index).""" .
+ rdfs:comment "Indicates that a group has a certain element (a parameter or channel designation with a possible index)." .
pg:sideChainOf
a rdf:Property ,
@@ -69,7 +69,7 @@ pg:subGroupOf
rdfs:domain pg:Group ;
rdfs:range pg:Group ;
rdfs:label "sub-group of" ;
- rdfs:comment """Indicates that this group is a child of another group. This property has no meaning with respect to plugin execution, but the host may find this information useful (e.g. to provide a compact user interface). Note that being a sub-group does not relax the restriction that the group MUST have a unique symbol with respect to the plugin.""" .
+ rdfs:comment "Indicates that this group is a child of another group. This property has no meaning with respect to plugin execution, but the host may find this information useful (e.g. to provide a compact user interface). Note that being a sub-group does not relax the restriction that the group MUST have a unique symbol with respect to the plugin." .
pg:source
a rdf:Property ,
@@ -104,12 +104,12 @@ pg:group
rdfs:domain lv2:Port ;
rdfs:range pg:Group ;
rdfs:label "group" ;
- rdfs:comment """Indicates that this port is a part of a group of ports on the plugin. The port should also have an lv2:designation property to define its designation within that group.""" .
+ rdfs:comment "Indicates that this port is a part of a group of ports on the plugin. The port should also have an lv2:designation property to define its designation within that group." .
pg:DiscreteGroup
a rdfs:Class ;
rdfs:subClassOf pg:Group ;
- rdfs:comment """Discrete channel configurations. These groups are divided into channels where each represents a particular speaker location. The position of sound in one of these groups depends on a particular speaker configuration.""" .
+ rdfs:comment "Discrete channel configurations. These groups are divided into channels where each represents a particular speaker location. The position of sound in one of these groups depends on a particular speaker configuration." .
pg:left
a lv2:Channel ;
@@ -485,7 +485,7 @@ pg:ACN15
pg:AmbisonicGroup
a rdfs:Class ;
rdfs:subClassOf pg:Group ;
- rdfs:comment """Ambisonic channel configurations. These groups are divided into channels which together represent a position in an abstract n-dimensional space. The position of sound in one of these groups does not depend on a particular speaker configuration; a decoder can be used to convert an ambisonic stream for any speaker configuration.""" .
+ rdfs:comment "Ambisonic channel configurations. These groups are divided into channels which together represent a position in an abstract n-dimensional space. The position of sound in one of these groups does not depend on a particular speaker configuration; a decoder can be used to convert an ambisonic stream for any speaker configuration." .
pg:AmbisonicBH1P0Group
a rdfs:Class ;
@@ -747,3 +747,4 @@ pg:AmbisonicBH3P3Group
lv2:index 15 ;
lv2:designation pg:ACN15
] .
+
diff --git a/lv2/port-props/lv2-port-props.doap.ttl b/lv2/port-props/lv2-port-props.doap.ttl
index b199d36..d75828f 100644
--- a/lv2/port-props/lv2-port-props.doap.ttl
+++ b/lv2/port-props/lv2-port-props.doap.ttl
@@ -31,3 +31,4 @@
]
]
] .
+
diff --git a/lv2/port-props/manifest.ttl b/lv2/port-props/manifest.ttl
index 27f15c9..45f598d 100644
--- a/lv2/port-props/manifest.ttl
+++ b/lv2/port-props/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
@@ -6,3 +6,4 @@
lv2:minorVersion 1 ;
lv2:microVersion 2 ;
rdfs:seeAlso .
+
diff --git a/lv2/port-props/port-props.ttl b/lv2/port-props/port-props.ttl
index f27f51e..3baa094 100644
--- a/lv2/port-props/port-props.ttl
+++ b/lv2/port-props/port-props.ttl
@@ -1,9 +1,9 @@
-@prefix lv2: .
-@prefix owl: .
+@prefix lv2: .
+@prefix owl: .
@prefix pprops: .
-@prefix rdf: .
-@prefix rdfs: .
-@prefix xsd: .
+@prefix rdf: .
+@prefix rdfs: .
+@prefix xsd: .
a owl:Ontology ;
@@ -22,7 +22,7 @@ pprops:trigger
pprops:supportsStrictBounds
a lv2:Feature ;
rdfs:label "supports strict bounds" ;
- rdfs:comment """Indicates use of host support for pprops:hasStrictBounds port property. A plugin that specifies it as optional feature can omit value clamping for hasStrictBounds ports, if the feature is supported by the host. When specified as required feature, it indicates that the plugin does not do any clamping for input ports that have a pprops:hasStrictBounds property.""" .
+ rdfs:comment "Indicates use of host support for pprops:hasStrictBounds port property. A plugin that specifies it as optional feature can omit value clamping for hasStrictBounds ports, if the feature is supported by the host. When specified as required feature, it indicates that the plugin does not do any clamping for input ports that have a pprops:hasStrictBounds property." .
pprops:hasStrictBounds
a lv2:PortProperty ;
@@ -32,12 +32,12 @@ pprops:hasStrictBounds
pprops:expensive
a lv2:PortProperty ;
rdfs:label "changes are expensive" ;
- rdfs:comment """Input ports only. Indicates that any changes to the port value may trigger expensive background calculation (e.g. regenerate some lookup tables in a background thread). Any value changes may have not have immediate effect, or may cause silence or diminished-quality version of the output until background processing is finished. Ports having this property are typically not well suited for connection to outputs of other plugins, and should not be offered as connection targets or for automation by default.""" .
+ rdfs:comment "Input ports only. Indicates that any changes to the port value may trigger expensive background calculation (e.g. regenerate some lookup tables in a background thread). Any value changes may have not have immediate effect, or may cause silence or diminished-quality version of the output until background processing is finished. Ports having this property are typically not well suited for connection to outputs of other plugins, and should not be offered as connection targets or for automation by default." .
pprops:causesArtifacts
a lv2:PortProperty ;
rdfs:label "changes cause artifacts" ;
- rdfs:comment """Input ports only. Indicates that any changes to the port value may produce slight artifacts to produced audio signals (zipper noise and other results of signal discontinuities). Connecting ports of this type to continuous signals is not recommended, and when presenting a list of automation targets, those ports may be marked as artifact-producing.""" .
+ rdfs:comment "Input ports only. Indicates that any changes to the port value may produce slight artifacts to produced audio signals (zipper noise and other results of signal discontinuities). Connecting ports of this type to continuous signals is not recommended, and when presenting a list of automation targets, those ports may be marked as artifact-producing." .
pprops:continuousCV
a lv2:PortProperty ;
@@ -52,24 +52,24 @@ pprops:discreteCV
pprops:logarithmic
a lv2:PortProperty ;
rdfs:label "logarithmic scale" ;
- rdfs:comment """Indicates that port value behaviour within specified range (bounds) is a value using logarithmic scale. The lower and upper bounds must be specified, and must be of the same sign.""" .
+ rdfs:comment "Indicates that port value behaviour within specified range (bounds) is a value using logarithmic scale. The lower and upper bounds must be specified, and must be of the same sign." .
pprops:notAutomatic
a lv2:PortProperty ;
rdfs:label "not intended as a CV input" ;
- rdfs:comment """Indicates that the port is not primarily intended to be fed with modulation signals from external sources (other plugins, etc.). It is merely a UI hint and hosts may allow the user to override it.""" .
+ rdfs:comment "Indicates that the port is not primarily intended to be fed with modulation signals from external sources (other plugins, etc.). It is merely a UI hint and hosts may allow the user to override it." .
pprops:notOnGUI
a lv2:PortProperty ;
rdfs:label "not on GUI" ;
- rdfs:comment """Indicates that the port is not primarily intended to be represented by a separate control in the user interface window (or any similar mechanism used for direct, immediate control of control ports). It is merely a UI hint and hosts may allow the user to override it.""" .
+ rdfs:comment "Indicates that the port is not primarily intended to be represented by a separate control in the user interface window (or any similar mechanism used for direct, immediate control of control ports). It is merely a UI hint and hosts may allow the user to override it." .
pprops:displayPriority
a rdf:Property ;
rdfs:domain lv2:Port ;
rdfs:range xsd:nonNegativeInteger ;
rdfs:label "display priority" ;
- rdfs:comment """Indicates how important a port is to controlling the plugin. If a host can only display some ports of a plugin, it should prefer ports with a higher display priority. Priorities do not need to be unique, and are only meaningful when compared to each other.""" .
+ rdfs:comment "Indicates how important a port is to controlling the plugin. If a host can only display some ports of a plugin, it should prefer ports with a higher display priority. Priorities do not need to be unique, and are only meaningful when compared to each other." .
pprops:rangeSteps
a rdf:Property ;
@@ -103,3 +103,4 @@ step = (steps - 1) * log(value / lower) / log(upper / lower)
lower
and upper
are the bounds
""" .
+
diff --git a/lv2/presets/lv2-presets.doap.ttl b/lv2/presets/lv2-presets.doap.ttl
index 5ba8867..43857f6 100644
--- a/lv2/presets/lv2-presets.doap.ttl
+++ b/lv2/presets/lv2-presets.doap.ttl
@@ -59,3 +59,4 @@
]
]
] .
+
diff --git a/lv2/presets/manifest.ttl b/lv2/presets/manifest.ttl
index d1fc482..b9cacf5 100644
--- a/lv2/presets/manifest.ttl
+++ b/lv2/presets/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
diff --git a/lv2/presets/presets.ttl b/lv2/presets/presets.ttl
index a32347b..410ec00 100644
--- a/lv2/presets/presets.ttl
+++ b/lv2/presets/presets.ttl
@@ -1,9 +1,9 @@
-@prefix lv2: .
-@prefix owl: .
+@prefix lv2: .
+@prefix owl: .
@prefix pset: .
-@prefix rdf: .
+@prefix rdf: .
@prefix rdfs: .
-@prefix xsd: .
+@prefix xsd: .
a owl:Ontology ;
@@ -91,7 +91,7 @@ pset:value
a rdf:Property ;
rdfs:domain lv2:PortBase ;
rdfs:label "value" ;
- rdfs:comment """Specifies the value of a Port on some Preset. This property is used in a similar way to e.g. lv2:default.""" .
+ rdfs:comment "Specifies the value of a Port on some Preset. This property is used in a similar way to e.g. lv2:default." .
pset:preset
a rdf:Property ;
@@ -103,3 +103,4 @@ pset:preset
may be useful for saving state, or notifying a plugin instance at run-time
about a preset change.
""" .
+
diff --git a/lv2/resize-port/lv2-resize-port.doap.ttl b/lv2/resize-port/lv2-resize-port.doap.ttl
index 49ab3cb..6f7dac4 100644
--- a/lv2/resize-port/lv2-resize-port.doap.ttl
+++ b/lv2/resize-port/lv2-resize-port.doap.ttl
@@ -20,3 +20,4 @@
]
]
] .
+
diff --git a/lv2/resize-port/manifest.ttl b/lv2/resize-port/manifest.ttl
index 21569ae..9fae8b8 100644
--- a/lv2/resize-port/manifest.ttl
+++ b/lv2/resize-port/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
diff --git a/lv2/resize-port/resize-port.ttl b/lv2/resize-port/resize-port.ttl
index 08186a7..a35ab1a 100644
--- a/lv2/resize-port/resize-port.ttl
+++ b/lv2/resize-port/resize-port.ttl
@@ -1,9 +1,9 @@
-@prefix lv2: .
-@prefix owl: .
-@prefix rdf: .
+@prefix lv2: .
+@prefix owl: .
+@prefix rdf: .
@prefix rdfs: .
-@prefix rsz: .
-@prefix xsd: .
+@prefix rsz: .
+@prefix xsd: .
a lv2:Specification ;
@@ -62,3 +62,4 @@ minimumSize specified to a buffer at least as large as the value given for this
property. Any host, especially those that do NOT support dynamic port
resizing, SHOULD do so or reduced functionality may result.
""" .
+
diff --git a/lv2/state/lv2-state.doap.ttl b/lv2/state/lv2-state.doap.ttl
index c2372c9..784946d 100644
--- a/lv2/state/lv2-state.doap.ttl
+++ b/lv2/state/lv2-state.doap.ttl
@@ -74,3 +74,4 @@
]
]
] .
+
diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl
index 44732b1..4bbee9a 100644
--- a/lv2/state/manifest.ttl
+++ b/lv2/state/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .
@@ -6,3 +6,4 @@
lv2:minorVersion 2 ;
lv2:microVersion 5 ;
rdfs:seeAlso .
+
diff --git a/lv2/state/state.ttl b/lv2/state/state.ttl
index e5a4ab3..88981cd 100644
--- a/lv2/state/state.ttl
+++ b/lv2/state/state.ttl
@@ -1,6 +1,6 @@
-@prefix lv2: .
-@prefix rdf: .
-@prefix rdfs: .
+@prefix lv2: .
+@prefix rdf: .
+@prefix rdfs: .
@prefix state: .
@@ -389,3 +389,4 @@ result in a different state being saved, but not when the host explicity makes
a change which it knows is likely to have that effect, such as changing a
parameter.
""" .
+
diff --git a/lv2/time/lv2-time.doap.ttl b/lv2/time/lv2-time.doap.ttl
index a46b9f6..c735f22 100644
--- a/lv2/time/lv2-time.doap.ttl
+++ b/lv2/time/lv2-time.doap.ttl
@@ -50,3 +50,4 @@
]
]
] .
+
diff --git a/lv2/time/manifest.ttl b/lv2/time/manifest.ttl
index 55a82f1..d80aa75 100644
--- a/lv2/time/manifest.ttl
+++ b/lv2/time/manifest.ttl
@@ -1,4 +1,4 @@
-@prefix lv2: .
+@prefix lv2: .
@prefix rdfs: .