diff options
author | David Robillard <d@drobilla.net> | 2020-03-19 16:38:55 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-28 17:10:05 +0100 |
commit | b86c039bb32a28525df9afe26154d0e90698cb31 (patch) | |
tree | 780e2ad265735a52d28d7633bdc84df6ae075fdb /lv2/port-groups | |
parent | 329637e5b3d74ddf2f3f37414158aa83d6f0e873 (diff) | |
download | lv2-b86c039bb32a28525df9afe26154d0e90698cb31.tar.xz |
Add missing labels and a test to prevent this in the future
Diffstat (limited to 'lv2/port-groups')
-rw-r--r-- | lv2/port-groups/port-groups.ttl | 2 |
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 |