diff options
author | David Robillard <d@drobilla.net> | 2012-02-28 04:28:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-28 04:28:50 +0000 |
commit | 2e319065c0ec804cfde8206cecba23313f958bde (patch) | |
tree | 08dc1972eb2e06cc08aed845f63abb917e914942 /lv2/lv2plug.in | |
parent | 2765ce386605360c121e130d81e50412045b47bf (diff) | |
download | lv2-2e319065c0ec804cfde8206cecba23313f958bde.tar.xz |
Make heading match current terminology.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index b2becdc..b387910 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -480,9 +480,9 @@ mechanisms (e.g. messages or plugin state).</p> (lv2:InputPort or lv2:OutputPort).</p> """ . -#################################### -## Generic Properties (Relations) ## -#################################### +################ +## Parameters ## +################ lv2:latency a rdf:Property , owl:DatatypeProperty ; rdfs:label "latency" ; |