We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca9ddd commit 5801032Copy full SHA for 5801032
kx-properties.lv2/props.ttl
@@ -1,4 +1,5 @@
1
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
2
+@prefix opts: <http://lv2plug.in/ns/ext/options#> .
3
@prefix owl: <http://www.w3.org/2002/07/owl#> .
4
@prefix props: <http://kxstudio.sf.net/ns/lv2ext/props#> .
5
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -18,7 +19,7 @@ props:NonAutomatable
18
19
rdfs:comment "Port should not be automated by the host." .
20
21
props:TimePositionTicksPerBeat
- a rdf:Property , owl:DatatypeProperty , opts:Option ;
22
+ a rdf:Property , owl:DatatypeProperty ;
23
rdfs:range xsd:float ;
24
rdfs:label "ticks per beat" ;
25
rdfs:comment "How many ticks are in a beat." .
0 commit comments