Rename Latency port to latency, since some hosts (e.g. muse4) don't seem to recognise it from the designation alone; also explicitly indicate its units

This commit is contained in:
Chris Cannam
2022-01-12 10:10:13 +00:00
parent 39115829c8
commit 4bbec50511

View File

@@ -5,6 +5,7 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix rubberband: <http://breakfastquay.com/rdf/lv2-rubberband#> .
@prefix : <#> .
@@ -18,7 +19,8 @@
a lv2:ControlPort, lv2:OutputPort ;
lv2:index 0 ;
lv2:symbol "latency" ;
lv2:name "Latency" ;
lv2:name "latency" ;
units:unit units:frame ;
lv2:designation lv2:latency ;
lv2:portProperty lv2:integer, lv2:reportsLatency .