aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/port-groups/port-groups.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-19 16:38:55 +0100
committerDavid Robillard <d@drobilla.net>2020-03-28 17:10:05 +0100
commitb86c039bb32a28525df9afe26154d0e90698cb31 (patch)
tree780e2ad265735a52d28d7633bdc84df6ae075fdb /lv2/port-groups/port-groups.ttl
parent329637e5b3d74ddf2f3f37414158aa83d6f0e873 (diff)
downloadlv2-b86c039bb32a28525df9afe26154d0e90698cb31.tar.xz
Add missing labels and a test to prevent this in the future
Diffstat (limited to 'lv2/port-groups/port-groups.ttl')
-rw-r--r--lv2/port-groups/port-groups.ttl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/port-groups/port-groups.ttl b/lv2/port-groups/port-groups.ttl
index 944b5c7..7149db2 100644
--- a/lv2/port-groups/port-groups.ttl
+++ b/lv2/port-groups/port-groups.ttl
@@ -110,6 +110,7 @@ pg:group
pg:DiscreteGroup
a rdfs:Class ;
rdfs:subClassOf pg:Group ;
+ rdfs:label "Discrete Group" ;
rdfs:comment "Discrete channel configurations. These groups are divided into channels where each represents a particular speaker location. The position of sound in one of these groups depends on a particular speaker configuration." .
pg:left
@@ -486,6 +487,7 @@ pg:ACN15
pg:AmbisonicGroup
a rdfs:Class ;
rdfs:subClassOf pg:Group ;
+ rdfs:label "Ambisonic Group" ;
rdfs:comment "Ambisonic channel configurations. These groups are divided into channels which together represent a position in an abstract n-dimensional space. The position of sound in one of these groups does not depend on a particular speaker configuration; a decoder can be used to convert an ambisonic stream for any speaker configuration." .
pg:AmbisonicBH1P0Group