From 453ead63988796c5329402cb5ecacc3491628563 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Nov 2011 06:47:57 +0000 Subject: Remove hasty deprecation of event extension. --- lv2/ns/ext/event/event.ttl | 9 ++------- lv2/ns/ext/event/manifest.ttl | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'lv2/ns/ext') 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 @@ a lv2:Specification ; - owl:deprecated true ; doap:license ; doap:name "LV2 Event" ; doap:shortdesc "A port-based real-time generic event interface." ; rdfs:seeAlso ; 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 """ -

This extension is deprecated. New -implementations should use LV2 Atom -instead.

-

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 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 3 ; + lv2:microVersion 4 ; rdfs:seeAlso . -- cgit v1.2.1