Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 19, 2022
1 parent 1ca9ddd commit 5801032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kx-properties.lv2/props.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix props: <http://kxstudio.sf.net/ns/lv2ext/props#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Expand All @@ -18,7 +19,7 @@ props:NonAutomatable
rdfs:comment "Port should not be automated by the host." .

props:TimePositionTicksPerBeat
a rdf:Property , owl:DatatypeProperty , opts:Option ;
a rdf:Property , owl:DatatypeProperty ;
rdfs:range xsd:float ;
rdfs:label "ticks per beat" ;
rdfs:comment "How many ticks are in a beat." .
Expand Down

0 comments on commit 5801032

Please sign in to comment.