diff options
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 5d5f699..d08d063 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -593,10 +593,9 @@ lv2:ScalePoint lv2:scalePoint a rdf:Property , owl:ObjectProperty ; - rdfs:domain lv2:Port ; rdfs:range lv2:ScalePoint ; rdfs:label "scale point" ; - rdfs:comment "A scale point of this port." . + rdfs:comment "A scale point of a port or parameter." . lv2:default a rdf:Property , |