From b86c039bb32a28525df9afe26154d0e90698cb31 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Mar 2020 16:38:55 +0100 Subject: Add missing labels and a test to prevent this in the future --- lv2/port-groups/port-groups.ttl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lv2/port-groups') 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 -- cgit v1.2.1