aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-16 04:49:42 -0400
committerDavid Robillard <d@drobilla.net>2015-03-16 04:49:42 -0400
commit4985c77f6c10df405cce02861fe885d131644b83 (patch)
treeaaf95a92386e5fb2c25d8da6807c650ceac84457 /lv2/lv2plug.in/ns
parent312614efa16da12a230d0ef7a918fd396d9972e3 (diff)
downloadlv2-4985c77f6c10df405cce02861fe885d131644b83.tar.xz
Clean up and add missing labels.
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/log/log.ttl11
-rw-r--r--lv2/lv2plug.in/ns/ext/midi/midi.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.ttl2
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.ttl9
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.ttl1
6 files changed, 21 insertions, 5 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index 29246f3..a336fdf 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -276,7 +276,7 @@ issues are the host's responsibility.</p>
atom:URID
a rdfs:Class ;
rdfs:subClassOf atom:Atom ;
- rdfs:label "Integer ID mapped from a URI" ;
+ rdfs:label "Integer URID" ;
atom:cType "LV2_Atom_URID" ;
lv2:documentation """
<p>An unsigned 32-bit integer mapped from a URI (e.g. with LV2_URID_Map).</p>
diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl
index 26e18cc..60e1d3f 100644
--- a/lv2/lv2plug.in/ns/ext/log/log.ttl
+++ b/lv2/lv2plug.in/ns/ext/log/log.ttl
@@ -22,27 +22,32 @@ levels to suit their needs.</p>
log:Entry
a rdfs:Class ;
+ rdfs:label "Log Entry" ;
lv2:documentation """
<p>A log entry. Subclasses of this class can be passed to LV2_Log_Log methods
to describe the nature of the log message.</p>""" .
log:Error
a rdfs:Class ;
+ rdfs:label "Error" ;
rdfs:subClassOf log:Entry ;
- rdfs:comment "An error" .
+ rdfs:comment "An error message." .
log:Note
a rdfs:Class ;
+ rdfs:label "Note" ;
rdfs:subClassOf log:Entry ;
- rdfs:comment "An informative message" .
+ rdfs:comment "An informative message." .
log:Warning
a rdfs:Class ;
+ rdfs:label "Warning" ;
rdfs:subClassOf log:Entry ;
- rdfs:comment "A warning" .
+ rdfs:comment "A warning message." .
log:Trace
a rdfs:Class ;
+ rdfs:label "Trace" ;
rdfs:subClassOf log:Entry ;
lv2:documentation """
<p>A debugging trace. These entries should not be displayed during normal
diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
index c455596..6b8446d 100644
--- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl
+++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
@@ -71,6 +71,7 @@ midi:ChannelPressure
midi:Chunk
a rdfs:Class ;
+ rdfs:label "MIDI Chunk" ;
rdfs:comment "A series of contiguous bytes (usually one) in a message." .
midi:Clock
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
index a1ff201..9599285 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
@@ -193,6 +193,7 @@ patch:Patch
owl:minCardinality 1 ;
owl:onProperty patch:subject
] ;
+ rdfs:label "Patch" ;
lv2:documentation """
<p>A method for modifying the properties of an object.</p>
@@ -252,6 +253,7 @@ patch:Response
patch:Set
a rdfs:Class ;
+ rdfs:label "Set" ;
rdfs:subClassOf patch:Request ,
[
a owl:Restriction ;
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
index c29f1d2..f45e3e1 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
@@ -11,7 +11,6 @@
rdfs:seeAlso <ui.h> ,
<lv2-ui.doap.ttl> ;
lv2:documentation """
-
<p>This extension is used to create User Interfaces (UIs) for LV2 plugins.</p>
<p>UIs are implemented as an LV2UI_Descriptor loaded via lv2ui_descriptor() in
@@ -90,6 +89,7 @@ ui:GtkUI
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf ui:UI ;
+ rdfs:label "GTK2 UI" ;
rdfs:comment """
A UI where the LV2_Widget is a pointer to a Gtk+ 2.0 compatible GtkWidget,
and the host guarantees that the Gtk+ library has been initialised and the
@@ -99,6 +99,7 @@ ui:Gtk3UI
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf ui:UI ;
+ rdfs:label "GTK3 UI" ;
rdfs:comment """
A UI where the LV2_Widget is a pointer to a Gtk+ 3.0 compatible GtkWidget,
and the host guarantees that the Gtk+ library has been initialised and the
@@ -108,6 +109,7 @@ ui:Qt4UI
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf ui:UI ;
+ rdfs:label "Qt4 UI" ;
rdfs:comment """
A UI where the LV2_Widget is a pointer to a Qt4 compatible QWidget,
and the host guarantees that the Qt4 library has been initialised and the
@@ -117,6 +119,7 @@ ui:Qt5UI
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf ui:UI ;
+ rdfs:label "Qt5 UI" ;
rdfs:comment """
A UI where the LV2_Widget is a pointer to a Qt5 compatible QWidget,
and the host guarantees that the Qt5 library has been initialised and the
@@ -126,6 +129,7 @@ ui:X11UI
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf ui:UI ;
+ rdfs:label "X11 UI" ;
rdfs:comment """
A UI where the LV2_Widget is an X11 window ID. Note this is actually an
integer, i.e. the LV2_Widget is not a pointer to an X11 window ID, but should
@@ -136,6 +140,7 @@ ui:WindowsUI
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf ui:UI ;
+ rdfs:label "Windows UI" ;
rdfs:comment """
A UI where the LV2_Widget is a Windows HWND window ID. Note this is actually
an unsigned 32-bit integer, i.e. the LV2_Widget is not a pointer to a HWND but
@@ -146,6 +151,7 @@ ui:CocoaUI
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf ui:UI ;
+ rdfs:label "Cocoa UI" ;
rdfs:comment """
A UI where the LV2_Widget is a pointer to a NSView, the basic view type for the
Cocoa API (formerly OpenStep). This is the native UI type on Mac OS X.""" .
@@ -154,6 +160,7 @@ ui:ui
a rdf:Property ;
rdfs:domain lv2:Plugin ;
rdfs:range ui:UI ;
+ rdfs:label "user interface" ;
rdfs:comment """
Relates a plugin to a UI that applies to it.
""" .
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
index c82f596..4b1ad7d 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
@@ -126,6 +126,7 @@ otherwise precisely describe their threading rules.</p>
lv2:PluginBase
a rdfs:Class ,
owl:Class ;
+ rdfs:label "Plugin Base" ;
lv2:documentation """
<p>An abstract plugin-like resource that MAY not actually be an LV2 plugin
(e.g. may not actually have a plugin binary).</p>