diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 06:47:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 06:47:57 +0000 |
commit | 453ead63988796c5329402cb5ecacc3491628563 (patch) | |
tree | 1deae1fbab31825ae6ce9faa3709479529f2c03c /lv2/ns/ext/event/event.ttl | |
parent | 32146710fa768356f7d0255c9b2947a26806712e (diff) | |
download | lv2-453ead63988796c5329402cb5ecacc3491628563.tar.xz |
Remove hasty deprecation of event extension.
Diffstat (limited to 'lv2/ns/ext/event/event.ttl')
-rw-r--r-- | lv2/ns/ext/event/event.ttl | 9 |
1 files changed, 2 insertions, 7 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 |