diff options
author | David Robillard <d@drobilla.net> | 2011-05-30 18:10:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-30 18:10:40 +0000 |
commit | 064b51213e64ad23211316383f65a4fec049d88b (patch) | |
tree | 637a7ada4f71750750b1cf8eda7fa211323f9ef7 /ext | |
parent | d959da2d8858a866777b310684caa83902c5e40f (diff) | |
download | lv2-064b51213e64ad23211316383f65a4fec049d88b.tar.xz |
LV2 Event 1.2
Diffstat (limited to 'ext')
-rw-r--r-- | ext/event.lv2/event.h | 2 | ||||
-rw-r--r-- | ext/event.lv2/event.ttl | 7 | ||||
-rw-r--r-- | ext/event.lv2/manifest.ttl | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/ext/event.lv2/event.h b/ext/event.lv2/event.h index 0056ade..2c340ba 100644 --- a/ext/event.lv2/event.h +++ b/ext/event.lv2/event.h @@ -40,7 +40,7 @@ */ /** - The best Pulses Per Quarter Note for tempo-based uint32_t timestmaps. + The best Pulses Per Quarter Note for tempo-based uint32_t timestamps. Equal to 2^12 * 5 * 7 * 9 * 11 * 13 * 17, which is evenly divisble by all integers from 1 through 18 inclusive, and powers of 2 up to 2^12. */ diff --git a/ext/event.lv2/event.ttl b/ext/event.lv2/event.ttl index adecbe1..0cc5195 100644 --- a/ext/event.lv2/event.ttl +++ b/ext/event.lv2/event.ttl @@ -21,13 +21,14 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . -<http://lv2plug.in/ns/ext/event> a lv2:Specification ; +<http://lv2plug.in/ns/ext/event> + a lv2:Specification ; doap:license <http://opensource.org/licenses/isc-license> ; doap:name "LV2 Event" ; rdfs:seeAlso <event-helpers.h> ; doap:release [ - doap:revision "1.1pre1" ; - doap:created "2010-10-29" + doap:revision "1.2" ; + doap:created "2011-05-26" ] ; doap:maintainer [ a foaf:Person ; diff --git a/ext/event.lv2/manifest.ttl b/ext/event.lv2/manifest.ttl index 116bc3c..bea8a13 100644 --- a/ext/event.lv2/manifest.ttl +++ b/ext/event.lv2/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/event> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso <event.ttl> . |