aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2')
-rw-r--r--lv2/ns/ext/event/event.ttl9
-rw-r--r--lv2/ns/ext/event/manifest.ttl2
2 files changed, 3 insertions, 8 deletions
diff --git a/lv2/ns/ext/event/event.ttl b/lv2/ns/ext/event/event.ttl
index 459e231..05f464f 100644
--- a/lv2/ns/ext/event/event.ttl
+++ b/lv2/ns/ext/event/event.ttl
@@ -24,14 +24,13 @@
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
- owl:deprecated true ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Event" ;
doap:shortdesc "A port-based real-time generic event interface." ;
rdfs:seeAlso <event-helpers.h> ;
doap:release [
- doap:revision "1.3" ;
- doap:created "2011-11-23"
+ doap:revision "1.4" ;
+ doap:created "2011-11-20"
] ;
doap:maintainer [
a foaf:Person ;
@@ -43,10 +42,6 @@
foaf:name "Lars Luthman" ;
] ;
lv2:documentation """
-<p><span class="warning">This extension is deprecated.</span> New
-implementations should use <a href="http://lv2plug.in/ns/ext/atom">LV2 Atom</a>
-instead.</p>
-
<p>This extension defines a generic time-stamped event port type, which can be
used to create plugins that read and write real-time events, such as MIDI,
OSC, or any other type of event payload. The type(s) of event supported by
diff --git a/lv2/ns/ext/event/manifest.ttl b/lv2/ns/ext/event/manifest.ttl
index 2b1ff43..fa12f94 100644
--- a/lv2/ns/ext/event/manifest.ttl
+++ b/lv2/ns/ext/event/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 3 ;
+ lv2:microVersion 4 ;
rdfs:seeAlso <event.ttl> .