Skip to content

Commit 5801032

Browse files
committed
Fix last commit
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 1ca9ddd commit 5801032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kx-properties.lv2/props.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
2+
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
23
@prefix owl: <http://www.w3.org/2002/07/owl#> .
34
@prefix props: <http://kxstudio.sf.net/ns/lv2ext/props#> .
45
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -18,7 +19,7 @@ props:NonAutomatable
1819
rdfs:comment "Port should not be automated by the host." .
1920

2021
props:TimePositionTicksPerBeat
21-
a rdf:Property , owl:DatatypeProperty , opts:Option ;
22+
a rdf:Property , owl:DatatypeProperty ;
2223
rdfs:range xsd:float ;
2324
rdfs:label "ticks per beat" ;
2425
rdfs:comment "How many ticks are in a beat." .

0 commit comments

Comments
 (0)