diff options
author | David Robillard <d@drobilla.net> | 2011-03-03 03:16:05 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-03 03:16:05 +0000 |
commit | 1c7d731193060803a0ced089d49152480c281d0c (patch) | |
tree | 522bca5ff399403c1a9dea8365497b7b84517bed /core.lv2 | |
parent | e3597cf463a427244bc3c67f032389cfbcb695ec (diff) | |
download | lv2-1c7d731193060803a0ced089d49152480c281d0c.tar.xz |
Fix grammar.
Diffstat (limited to 'core.lv2')
-rw-r--r-- | core.lv2/lv2.ttl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index 39efbdc..9135629 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -641,13 +641,13 @@ A plugin MUST operate reasonably even if such a port has a non-integer input. lv2:enumeration a lv2:PortProperty ; rdfs:label "Enumeration" ; - rdfs:comment """ + rdfs:comment """ Indicates that a port's only reasonable values are the scale points defined for -that port. Though a host SHOULD NOT allow a user to set the value of such a -port to anything other than a scale point. A plugin MUST operate reasonably +that port. A host SHOULD NOT allow a user to set the value of such a port to +anything other than a scale point. However, a plugin MUST operate reasonably even if such a port has an input that is not a scale point, preferably by -simply choosing the largest enumeration value less than or equal to the -actual input value (i.e. round the input value down). +simply choosing the largest enumeration value less than or equal to the actual +input value (i.e. round the input value down). """ . |