From 69d7dd19ad11f82cbbb509ae8b23fcf4edd330a4 Mon Sep 17 00:00:00 2001
From: David Robillard LV2 is an interface for writing audio processors, or The designation (or A specific channel of audio, e.g. A parameter, i.e. a recognized property. A parameter is a designation for a
control. The latency introduced by the plugin (or similar), in frames.plugins
, in
@@ -157,7 +156,9 @@ lv2:PluginBase a rdfs:Class , owl:Class ;
ports or otherwise mimic the structure of a Plugin (e.g. a preset), since
hosts and other tools already understand
this structure.assignment
) of an input or output. A designation
@@ -455,15 +456,15 @@ designation to a port using lv2:designation, the port's content becomes
meaningful and can be used more intelligently by the host.left
or right
.
A + B * sample_count
where A
and B
depend on the machine and host in use. This amount of
@@ -706,7 +707,7 @@ lv2:portProperty a rdf:Property , owl:ObjectProperty ;
rdfs:range lv2:PortProperty ;
rdfs:label "Port property" ;
rdfs:comment """
-Relates Ports to PortProperties. The PortProperty may be ignored without
+Relates Ports to PortProperties. The PortProperty may be ignored without
catastrophic effects, though it may be useful e.g. for providing a sensible
interface for the port.
""" .
@@ -766,7 +767,7 @@ A plugin MUST operate reasonably even if such a port has a non-integer input.
lv2:enumeration a lv2:PortProperty ;
rdfs:label "Enumeration" ;
- rdfs:comment """
+ rdfs:comment """
Indicates that a port's only reasonable values are the scale points defined for
that port. A host SHOULD NOT allow a user to set the value of such a port to
anything other than a scale point. However, a plugin MUST operate reasonably
--
cgit v1.2.1