From 2214b8f45e7616ad0e7be44776c32497e5c7f8e7 Mon Sep 17 00:00:00 2001
From: David Robillard Indicates that an AtomPort may be connected to a certain Atom type. A port
MAY support several buffer types. The host MUST NOT connect a port to an Atom
@@ -566,12 +569,12 @@ that, use atom:supports. Indicates that a particular Atom type is supported.
Transfer of individual events in a port buffer. Useful as the
format
for a LV2UI_Write_Function.
Transfer of the complete atom in a port buffer. Useful as the
format
for a LV2UI_Write_Function.
The ratio between processed and bypass components in output signal. The dry and wet percentages can be calculated from the following equations:
@@ -131,23 +140,23 @@ used. param:wetLevel a lv2:Parameter ; - rdfs:label "Wet Level" ; + rdfs:label "wet level" ; rdfs:comment "The level of the processed component of a signal." . param:dryLevel a lv2:Parameter ; - rdfs:label "Dry Level" ; + rdfs:label "dry level" ; rdfs:comment "The level of the unprocessed component of a signal." . param:bypass a lv2:Parameter ; - rdfs:label "Bypass" ; + rdfs:label "bypass" ; rdfs:comment "A boolean parameter that disabled processing if true." . param:EnvelopeControls a rdfs:Class ; rdfs:subClassOf param:ControlGroup ; - rdfs:label "Controls for a DAHDSR envelope." ; + rdfs:label "DAHDSR Envelope Controls" ; pg:element [ lv2:index 0 ; lv2:designation param:delay @@ -171,7 +180,7 @@ param:EnvelopeControls param:OscillatorControls a rdfs:Class ; rdfs:subClassOf param:ControlGroup ; - rdfs:label "Controls for an oscillator." ; + rdfs:label "Oscillator Controls" ; pg:element [ lv2:designation param:frequency ] , [ @@ -185,7 +194,7 @@ param:OscillatorControls param:FilterControls a rdfs:Class ; rdfs:subClassOf param:ControlGroup ; - rdfs:label "Controls for a filter." ; + rdfs:label "Filter Controls" ; pg:element [ lv2:designation param:cutoffFrequency ] , [ @@ -195,7 +204,7 @@ param:FilterControls param:CompressorControls a rdfs:Class ; rdfs:subClassOf param:ControlGroup ; - rdfs:label "Controls for a compressor." ; + rdfs:label "Compressor Controls" ; pg:element [ lv2:designation param:threshold ] , [ diff --git a/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl b/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl index be485ac..a053980 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl @@ -4,6 +4,6 @@This value indicates into how many evenly-divided points the (control) port
range should be divided for step-wise control. This may be used for changing
diff --git a/lv2/lv2plug.in/ns/ext/presets/manifest.ttl b/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
index b126f9d..447f724 100644
--- a/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
@@ -4,6 +4,6 @@
Specifies the preset currently applied to a plugin instance. This property
may be useful for saving state, or notifying a plugin instance at run-time
diff --git a/lv2/lv2plug.in/ns/ext/state/manifest.ttl b/lv2/lv2plug.in/ns/ext/state/manifest.ttl
index f634680..c887f31 100644
--- a/lv2/lv2plug.in/ns/ext/state/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/state/manifest.ttl
@@ -4,5 +4,5 @@
A state dictionary. This type should be used wherever instance state is described. The properties of a resource with this type correspond directly to @@ -264,7 +273,7 @@ this type).
state:state a rdf:Property ; - rdfs:label "State" ; + rdfs:label "state" ; rdfs:range state:State ; lv2:documentation """The state of this instance. This property may be used anywhere a state @@ -284,7 +293,7 @@ needs to be described, for example:
state:mapPath a lv2:Feature ; - rdfs:label "Support for storing paths in state" ; + rdfs:label "map file paths" ; lv2:documentation """This feature maps absolute paths to/from abstract paths
which are
stored in state. To support this feature a host must pass an LV2_Feature with
@@ -321,7 +330,7 @@ char* read_path(LV2_State_Map_Path* map_path, FILE* myfile)
state:makePath
a lv2:Feature ;
- rdfs:label "Support for creating new files and directories" ;
+ rdfs:label "create new file paths" ;
lv2:documentation """
This feature allows plugins to create new files and/or directories. To
support this feature the host passes an LV2_Feature with URI
diff --git a/lv2/lv2plug.in/ns/ext/time/manifest.ttl b/lv2/lv2plug.in/ns/ext/time/manifest.ttl
index b181cef..6805b69 100644
--- a/lv2/lv2plug.in/ns/ext/time/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/time/manifest.ttl
@@ -4,6 +4,6 @@
A point in time and/or the speed at which time is passing. A position is both a point and a speed, which precisely defines a time within a timeline.
@@ -68,7 +78,7 @@ time:position owl:ObjectProperty , owl:FunctionalProperty ; rdfs:range time:Position ; - rdfs:label "Position in time" . + rdfs:label "position" . time:barBeat a rdf:Property , @@ -76,7 +86,7 @@ time:barBeat owl:FunctionalProperty ; rdfs:domain time:Time ; rdfs:range xsd:float ; - rdfs:label "Beat within this bar" ; + rdfs:label "beat within bar" ; rdfs:comment "The beat number within the bar, from 0 to beatsPerBar." . time:bar @@ -85,7 +95,7 @@ time:bar owl:FunctionalProperty ; rdfs:domain time:Time ; rdfs:range xsd:long ; - rdfs:label "Global position in bars" . + rdfs:label "bar" . time:beat a rdf:Property , @@ -93,7 +103,7 @@ time:beat owl:FunctionalProperty ; rdfs:domain time:Time ; rdfs:range xsd:double ; - rdfs:label "Global position in beats" . + rdfs:label "beat" . time:beatUnit a rdf:Property , @@ -112,7 +122,7 @@ time:beatsPerBar owl:FunctionalProperty ; rdfs:domain time:Rate ; rdfs:range xsd:float ; - rdfs:label "Beats per bar" . + rdfs:label "beats per bar" . time:beatsPerMinute a rdf:Property , @@ -120,7 +130,7 @@ time:beatsPerMinute owl:FunctionalProperty ; rdfs:domain time:Rate ; rdfs:range xsd:float ; - rdfs:label "Beats per minute" ; + rdfs:label "beats per minute" ; rdfs:comment "Tempo in beats per minute." . time:frame @@ -129,7 +139,7 @@ time:frame owl:FunctionalProperty ; rdfs:domain time:Time ; rdfs:range xsd:long ; - rdfs:label "Global position in frames" . + rdfs:label "frame" . time:framesPerSecond a rdf:Property , @@ -137,7 +147,7 @@ time:framesPerSecond owl:FunctionalProperty ; rdfs:domain time:Rate ; rdfs:range xsd:float ; - rdfs:label "Frames per second" ; + rdfs:label "frames per second" ; rdfs:comment "Frame rate in frames per second." . time:speed @@ -146,7 +156,7 @@ time:speed owl:FunctionalProperty ; rdfs:domain time:Rate ; rdfs:range xsd:float ; - rdfs:label "Speed" ; + rdfs:label "speed" ; lv2:documentation """The rate of the progress of time as a fraction of normal speed. For
example, a rate of 0.0 is stopped, 1.0 is rolling at normal speed, 0.5 is
diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl
index 8d0b4ca..1584de8 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl
+++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl
@@ -1,3 +1,4 @@
+
@prefix dcs:
A PortProtocol defines a method to communicate port data between a UI and plugin.
@@ -359,7 +359,7 @@ lv2:requiredFeature to specify which PortProtocols they want to use. ui:floatProtocol a ui:PortProtocol ; - rdfs:label "Floating point value" ; + rdfs:label "floating point value" ; lv2:documentation """A protocol for transferring single floating point values. The rules for @@ -386,7 +386,7 @@ this protocol are:
ui:peakProtocol a ui:PortProtocol ; - rdfs:label "Peak measurement for a period of audio" ; + rdfs:label "peak measurement for a period of audio" ; lv2:documentation """This port protocol defines a way for the host to send continuous peak
measurements of the audio signal at a certain port to the UI. The
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
index 972f4c7..fa0b4e2 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
@@ -16,6 +16,15 @@
Ports of this type will be connected to a pointer to a single value of C
type Ports of this type will be connected to an array of length sample_count
with elements of C type Specifies that a resource is related to a plugin. This is primarily intended
for discovery purposes: bundles that describe resources that work with
@@ -527,7 +527,7 @@ lv2:designation
a rdf:Property ,
owl:ObjectProperty ,
owl:FunctionalProperty ;
- rdfs:label "assignment" ;
+ rdfs:label "designation" ;
lv2:documentation """
Indicates a channel or parameter designation.float
.float
.
A Point describes an interesting value in a Port's range (much like a labeled
notch
on a physical knob).
A hint to the host for the minimum useful value that the port will use. This
is a soft
limit; the plugin is required to gracefully accept all values
@@ -618,7 +619,7 @@ lv2:maximum
owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain lv2:Port ;
- rdfs:label "Maximum value" ;
+ rdfs:label "maximum" ;
lv2:documentation """
A hint to the host for the maximum useful value that the port will use.
This is a soft
limit; the plugin is required to gracefully accept all
@@ -637,7 +638,7 @@ lv2:optionalFeature
a rdf:Property ,
owl:ObjectProperty ;
rdfs:range lv2:Feature ;
- rdfs:label "Optional feature" ;
+ rdfs:label "optional feature" ;
lv2:documentation """
Signifies that a plugin or other resource supports a certain feature. If the host supports this feature, it MUST pass its URI and any additional data to @@ -649,7 +650,7 @@ lv2:requiredFeature a rdf:Property , owl:ObjectProperty ; rdfs:range lv2:Feature ; - rdfs:label "Required feature" ; + rdfs:label "required feature" ; lv2:documentation """
Signifies that a plugin or other resource requires a certain feature. If the host supports this feature, it MUST pass its URI and any additional data to @@ -673,7 +674,7 @@ lv2:extensionData a rdf:Property , owl:ObjectProperty ; rdfs:range lv2:ExtensionData ; - rdfs:label "Available extension data" ; + rdfs:label "extension data" ; lv2:documentation """
Signifies that a plugin provides additional data or functions (as defined by some extension) via LV2:Descriptor::instantiate().
@@ -681,7 +682,7 @@ some extension) via LV2:Descriptor::instantiate(). lv2:isLive a lv2:Feature ; - rdfs:label "Has a live (realtime) dependency" ; + rdfs:label "is live" ; lv2:documentation """Indicates that the plugin has a real-time dependency (e.g. queues data from a socket) and so its output must not be cached or subject to significant @@ -692,7 +693,7 @@ lv2:hardRTCapable).
lv2:inPlaceBroken a lv2:Feature ; - rdfs:label "In-place broken" ; + rdfs:label "in-place broken" ; lv2:documentation """Indicates that the plugin may cease to work correctly if the host elects to
use the same data location for both input and output. Plugins that will fail
@@ -703,7 +704,7 @@ it impossible for hosts to use the plugin to process data in-place
.
Indicates that the plugin is capable of running not only in a conventional
host but also in a hard real-time
environment. To qualify for this the
@@ -732,7 +733,7 @@ plugin MUST satisfy all of the following:
Indicates that the port is used to express the processing latency incurred by the plugin, expressed in samples. The latency may be affected by the current @@ -777,7 +778,7 @@ is an intentional effect).
lv2:toggled a lv2:PortProperty ; - rdfs:label "Toggled" ; + rdfs:label "toggled" ; lv2:documentation """Indicates that the data item should be considered a Boolean toggle. Data
less than or equal to zero should be considered off
or false
, and
@@ -786,7 +787,7 @@ data above zero should be considered on
or true
.