diff options
| author | David Robillard <d@drobilla.net> | 2015-03-27 21:41:30 -0400 | 
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2015-03-27 21:41:30 -0400 | 
| commit | cdff58d7cf25d9da4388b443dbfeb87ca8a148ca (patch) | |
| tree | fa681e937e11fc4528a8cafa30124ed809a9cb24 | |
| parent | 3920cb57497b8b151d970ac50daebfdfc005ff1d (diff) | |
| download | lv2-cdff58d7cf25d9da4388b443dbfeb87ca8a148ca.tar.xz | |
Add missing labels.
| -rw-r--r-- | lv2/lv2plug.in/ns/ext/midi/midi.ttl | 16 | ||||
| -rw-r--r-- | lv2/lv2plug.in/ns/extensions/units/units.ttl | 2 | 
2 files changed, 18 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl index 6b8446d..0be2a6e 100644 --- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl +++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl @@ -262,6 +262,7 @@ midi:benderValue  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "bender value" ;  	rdfs:range xsd:short ;  	rdfs:comment "The value of a pitch bender (-8192 to 8192)." . @@ -269,6 +270,7 @@ midi:binding  	a rdf:Property ,  		owl:ObjectProperty ;  	rdfs:range midi:MidiEvent ; +	rdfs:label "binding" ;  	lv2:documentation """  <p>The MIDI event to bind a parameter to.  This describes which MIDI events  should be used to control a port, parameter, or other object.  The binding @@ -286,6 +288,7 @@ port midi:binding [  midi:byteNumber  	a rdf:Property ,  		owl:DatatypeProperty ; +	rdfs:label "byte number" ;  	rdfs:domain midi:Chunk ;  	rdfs:range xsd:unsignedByte ;  	rdfs:comment "The 0-based index of a byte which is part of this chunk." . @@ -294,6 +297,7 @@ midi:channel  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "MIDI channel" ;  	rdfs:range xsd:unsignedByte ;  	rdfs:comment "The channel number of a MIDI message." . @@ -301,12 +305,14 @@ midi:chunk  	a rdf:Property ;  	rdfs:range xsd:byte ,  		xsd:hexBinary ; +	rdfs:label "MIDI chunk" ;  	rdfs:comment "A chunk of a MIDI message." .  midi:controllerNumber  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "MIDI controller number" ;  	rdfs:range xsd:byte ;  	rdfs:comment "The numeric ID of a controller (0 to 127)." . @@ -314,6 +320,7 @@ midi:controllerValue  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "MIDI controller value" ;  	rdfs:range xsd:byte ;  	rdfs:comment "The value of a controller (0 to 127)." . @@ -321,6 +328,7 @@ midi:noteNumber  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "note number" ;  	rdfs:range xsd:byte ;  	rdfs:comment "The numeric ID of a note (0 to 127)." . @@ -328,6 +336,7 @@ midi:pressure  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "key pressure" ;  	rdfs:range xsd:byte ;  	rdfs:comment "Key pressure (0 to 127)." . @@ -335,6 +344,7 @@ midi:programNumber  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "program number" ;  	rdfs:range xsd:byte ;  	rdfs:comment "The numeric ID of a program (0 to 127)." . @@ -342,6 +352,7 @@ midi:property  	a rdf:Property ,  		owl:ObjectProperty ,  		owl:FunctionalProperty ; +	rdfs:label "property" ;  	rdfs:domain midi:Chunk ;  	rdfs:range rdf:Property ;  	rdfs:comment "The property this chunk represents." . @@ -350,6 +361,7 @@ midi:songNumber  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "song number" ;  	rdfs:range xsd:byte ;  	rdfs:comment "The numeric ID of a song (0 to 127)." . @@ -357,6 +369,7 @@ midi:songPosition  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "song position" ;  	rdfs:range xsd:short ;  	rdfs:comment "Song position in MIDI beats (16th notes) (-8192 to 8192)." . @@ -364,6 +377,7 @@ midi:status  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "status byte" ;  	rdfs:range midi:HexByte ;  	rdfs:comment "The exact status byte for a message of this type." . @@ -371,6 +385,7 @@ midi:statusMask  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "status mask" ;  	rdfs:range midi:HexByte ;  	rdfs:comment """  The status byte for a message of this type on channel 1, i.e. a status byte @@ -380,5 +395,6 @@ midi:velocity  	a rdf:Property ,  		owl:DatatypeProperty ,  		owl:FunctionalProperty ; +	rdfs:label "velocity" ;  	rdfs:range midi:HexByte ;  	rdfs:comment "The velocity of a note message (0 to 127)." . diff --git a/lv2/lv2plug.in/ns/extensions/units/units.ttl b/lv2/lv2plug.in/ns/extensions/units/units.ttl index ac7e439..e37b018 100644 --- a/lv2/lv2plug.in/ns/extensions/units/units.ttl +++ b/lv2/lv2plug.in/ns/extensions/units/units.ttl @@ -70,6 +70,7 @@ units:unit  units:render  	a rdf:Property ,  		owl:DatatypeProperty ; +	rdfs:label "unit format string" ;  	rdfs:domain units:Unit ;  	rdfs:range xsd:string ;  	rdfs:comment """A printf format string for rendering a value (eg. "%f dB").""" . @@ -77,6 +78,7 @@ units:render  units:symbol  	a rdf:Property ,  		owl:DatatypeProperty ; +	rdfs:label "unit symbol" ;  	rdfs:domain units:Unit ;  	rdfs:range xsd:string ;  	rdfs:comment "The abbreviated symbol for the unit (e.g. dB)." .  |