diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 23:21:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 23:21:46 +0000 |
commit | 9a582a3edcb9c6c0b2866920dc2b55e4178e3660 (patch) | |
tree | bfd225cb8b2bd4bb5cd7e9a03ed3b7c6ebb9a389 /lv2/lv2plug.in/ns/ext | |
parent | b7bd27b94932e10a85c0b781dae8a57402491b65 (diff) | |
download | lv2-9a582a3edcb9c6c0b2866920dc2b55e4178e3660.tar.xz |
Normalise syntax via serdi.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/data-access/data-access.ttl | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/event.ttl | 28 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/host-info/host-info.ttl | 4 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl | 22 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/log.ttl | 19 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/midi/midi.ttl | 28 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/parameters/parameters.ttl | 30 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 1 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-props/port-props.ttl | 4 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/time/time.ttl | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl | 22 |
11 files changed, 81 insertions, 81 deletions
diff --git a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl index 97c08f2..73632f3 100644 --- a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl +++ b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl @@ -60,4 +60,4 @@ remote users of a plugin.</p> <p>To support this feature the host must pass an LV2_Feature struct to the instantiate method with URI LV2_DATA_ACCESS_URI and data pointed to an instance of LV2_Extension_Data_Feature.</p> -""" .
\ No newline at end of file +""" . diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl index 96f2614..9a36e6a 100644 --- a/lv2/lv2plug.in/ns/ext/event/event.ttl +++ b/lv2/lv2plug.in/ns/ext/event/event.ttl @@ -21,9 +21,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Fix bug in lv2_event_reserve()." ; - ] ; - ] ; + rdfs:label "Fix bug in lv2_event_reserve()." + ] + ] ] , [ doap:revision "1.4" ; doap:created "2011-11-21" ; @@ -31,9 +31,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Update packaging." ; - ] ; - ] ; + rdfs:label "Update packaging." + ] + ] ] , [ doap:revision "1.2" ; doap:created "2011-05-26" ; @@ -41,13 +41,13 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Add build system (for installation)." ; + rdfs:label "Add build system (for installation)." ] , [ - rdfs:label "Convert documentation to HTML and use lv2:documentation." ; + rdfs:label "Convert documentation to HTML and use lv2:documentation." ] , [ - rdfs:label "Use lv2:Specification to be discovered as an extension." ; - ] ; - ] ; + rdfs:label "Use lv2:Specification to be discovered as an extension." + ] + ] ] , [ doap:revision "1.0" ; doap:created "2010-11-24" ; @@ -55,9 +55,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release." ; - ] ; - ] ; + rdfs:label "Initial release." + ] + ] ] ; doap:created "2008-00-00" ; doap:developer <http://drobilla.net/drobilla#me> , diff --git a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl index 92ba4f3..fa1c611 100644 --- a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl +++ b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl @@ -42,7 +42,7 @@ hi:Host owl:onProperty doap:name ; owl:someValuesFrom xsd:string ; owl:minCardinality 1 ; - rdfs:comment "A hi:Host MUST have at least one string doap:name" ; + rdfs:comment "A hi:Host MUST have at least one string doap:name" ] ; rdfs:comment """ An application that supports loading LV2 plugins, or performs other @@ -66,7 +66,7 @@ hi:ExtensionSupport owl:minCardinality 1 ; rdfs:comment """ A hi:ExtensionSupport MUST have at least one string hi:sinceVersion -""" ; +""" ] ; rdfs:comment "A description of the support for an extension by a Host" . diff --git a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl index 2ed2825..492b2d3 100644 --- a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl +++ b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl @@ -23,11 +23,11 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Update packaging." ; + rdfs:label "Update packaging." ] , [ - rdfs:label "Improve documentation." ; - ] ; - ] ; + rdfs:label "Improve documentation." + ] + ] ] , [ doap:revision "1.2" ; doap:created "2011-05-26" ; @@ -35,11 +35,11 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Add build system for installation." ; + rdfs:label "Add build system for installation." ] , [ - rdfs:label "Switch to ISC license." ; - ] ; - ] ; + rdfs:label "Switch to ISC license." + ] + ] ] , [ doap:revision "1.0" ; doap:created "2010-10-04" ; @@ -47,9 +47,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release." ; - ] ; - ] ; + rdfs:label "Initial release." + ] + ] ] ; lv2:documentation """ <p>This extension defines a feature which allows plugin UIs to get a direct diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl index 246445b..7d897d6 100644 --- a/lv2/lv2plug.in/ns/ext/log/log.ttl +++ b/lv2/lv2plug.in/ns/ext/log/log.ttl @@ -8,7 +8,8 @@ <http://lv2plug.in/ns/ext/log> a lv2:Specification ; - rdfs:seeAlso <log.h> , <../../meta/meta.ttl> ; + rdfs:seeAlso <log.h> , + <../../meta/meta.ttl> ; doap:name "LV2 Log" ; doap:shortdesc "A feature for writing log messages." ; doap:created "2012-01-12" ; @@ -33,23 +34,23 @@ to describe the nature of the log message.</p>""" . log:Error a rdfs:Class ; - rdfs:subClassOf log:Entry ; - rdfs:comment "An error" . + rdfs:subClassOf log:Entry ; + rdfs:comment "An error" . log:Note a rdfs:Class ; - rdfs:subClassOf log:Entry ; - rdfs:comment "An informative message" . + rdfs:subClassOf log:Entry ; + rdfs:comment "An informative message" . log:Warning a rdfs:Class ; - rdfs:subClassOf log:Entry ; - rdfs:comment "A warning" . + rdfs:subClassOf log:Entry ; + rdfs:comment "A warning" . log:Trace a rdfs:Class ; - rdfs:subClassOf log:Entry ; - lv2:documentation """ + rdfs:subClassOf log:Entry ; + lv2:documentation """ <p>A debugging trace. These entries should not be displayed during normal operation, but the host may implement an option to display them for debugging purposes.</p> diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl index cdc8df6..15f0f34 100644 --- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl +++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl @@ -27,9 +27,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Add class definitions for various message types." ; - ] ; - ] ; + rdfs:label "Add class definitions for various message types." + ] + ] ] , [ doap:revision "1.4" ; doap:created "2011-11-21" ; @@ -37,11 +37,11 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Update packaging." ; + rdfs:label "Update packaging." ] , [ - rdfs:label "Improve documentation." ; - ] ; - ] ; + rdfs:label "Improve documentation." + ] + ] ] , [ doap:revision "1.2" ; doap:created "2011-05-26" ; @@ -49,11 +49,11 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Add build system for installation." ; + rdfs:label "Add build system for installation." ] , [ - rdfs:label "Switch to ISC license." ; - ] ; - ] ; + rdfs:label "Switch to ISC license." + ] + ] ] , [ doap:revision "1.0" ; doap:created "2010-10-04" ; @@ -61,9 +61,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release." ; - ] ; - ] ; + rdfs:label "Initial release." + ] + ] ] ; lv2:documentation """ <p>This extension defines a data type for a MIDI message, midi:MidiEvent, which diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl index 7a3ae34..fe450ba 100644 --- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl +++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl @@ -13,7 +13,7 @@ doap:name "LV2 Parameters" ; doap:release [ doap:revision "0.2" ; - doap:created "2012-03-23" ; + doap:created "2012-03-23" ] ; doap:created "2009-00-00" ; doap:shortdesc "Common parameters for audio processing." ; @@ -105,22 +105,22 @@ param:EnvelopeControls rdfs:label "Controls for a DAHDSR envelope." ; pg:element [ lv2:index 0 ; - lv2:designation param:delay ; + lv2:designation param:delay ] , [ lv2:index 1 ; - lv2:designation param:attack ; + lv2:designation param:attack ] , [ lv2:index 2 ; - lv2:designation param:hold ; + lv2:designation param:hold ] , [ lv2:index 3 ; - lv2:designation param:decay ; + lv2:designation param:decay ] , [ lv2:index 4 ; - lv2:designation param:sustain ; + lv2:designation param:sustain ] , [ lv2:index 5 ; - lv2:designation param:release ; + lv2:designation param:release ] . param:OscillatorControls @@ -128,13 +128,13 @@ param:OscillatorControls rdfs:subClassOf param:ControlGroup ; rdfs:label "Controls for an oscillator." ; pg:element [ - lv2:designation param:frequency ; + lv2:designation param:frequency ] , [ - lv2:designation param:amplitude ; + lv2:designation param:amplitude ] , [ - lv2:designation param:waveform ; + lv2:designation param:waveform ] , [ - lv2:designation param:pulseWidth ; + lv2:designation param:pulseWidth ] . param:FilterControls @@ -142,9 +142,9 @@ param:FilterControls rdfs:subClassOf param:ControlGroup ; rdfs:label "Controls for a filter." ; pg:element [ - lv2:designation param:cutoffFrequency ; + lv2:designation param:cutoffFrequency ] , [ - lv2:designation param:resonance ; + lv2:designation param:resonance ] . param:CompressorControls @@ -152,7 +152,7 @@ param:CompressorControls rdfs:subClassOf param:ControlGroup ; rdfs:label "Controls for a compressor." ; pg:element [ - lv2:designation param:threshold ; + lv2:designation param:threshold ] , [ - lv2:designation param:ratio ; + lv2:designation param:ratio ] . diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl index 311dd33..01687f6 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -17,7 +17,6 @@ <http://drobilla.net/drobilla#me> ; rdfs:comment "Defines semantic groupings of LV2 ports" . - pg:Group a rdfs:Class ; rdfs:label "A group of channels or parameters." ; diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl index fb76664..62fa9af 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl @@ -12,11 +12,11 @@ doap:name "LV2 Port Properties" ; doap:release [ doap:revision "0.2" ; - doap:created "2012-03-23" ; + doap:created "2012-03-23" ] ; doap:created "2009-01-01" ; doap:shortdesc "Various port properties." ; - doap:maintainer <http://drobilla.net/drobilla#me> ; + doap:maintainer <http://drobilla.net/drobilla#me> ; doap:developer <http://lv2plug.in/ns/meta#kfoltman> ; lv2:documentation """ <p>This extension defines various properties for plugin ports, which can be diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl index 8e2b88b..6bf4842 100644 --- a/lv2/lv2plug.in/ns/ext/time/time.ttl +++ b/lv2/lv2plug.in/ns/ext/time/time.ttl @@ -15,7 +15,7 @@ doap:shortdesc "Properties for describing time." ; doap:release [ doap:revision "0.2" ; - doap:created "2012-02-28" ; + doap:created "2012-02-28" ] ; doap:created "2011-10-05" ; doap:developer <http://drobilla.net/drobilla#me> ; diff --git a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl index f9ead1a..5c178b6 100644 --- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl +++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl @@ -28,11 +28,11 @@ doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.4.tar.bz2> ; dcs:changeset [ dcs:item [ - rdfs:label "Update packaging." ; + rdfs:label "Update packaging." ] , [ - rdfs:label "Deprecate uri-map in favour of urid." ; - ] ; - ] ; + rdfs:label "Deprecate uri-map in favour of urid." + ] + ] ] , [ doap:revision "1.2" ; doap:created "2011-05-26" ; @@ -40,11 +40,11 @@ doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.2.tar.bz2> ; dcs:changeset [ dcs:item [ - rdfs:label "Add build system (for installation)." ; + rdfs:label "Add build system (for installation)." ] , [ - rdfs:label "Mark up documentation in HTML using lv2:docum" ; - ] ; - ] ; + rdfs:label "Mark up documentation in HTML using lv2:documentation." + ] + ] ] , [ doap:revision "1.0" ; doap:created "2010-10-18" ; @@ -52,9 +52,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release." ; - ] ; - ] ; + rdfs:label "Initial release." + ] + ] ] ; lv2:documentation """ <p><span class="warning">This extension is deprecated.</span> New |