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 -- cgit v1.2.1