From 4ee818b680e6864e03d98aa945be1600471db578 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Nov 2011 03:45:53 +0000 Subject: Mark event and uri-map as deprecated and point to their successors in documentation. --- ext/event.lv2/event.ttl | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'ext/event.lv2/event.ttl') diff --git a/ext/event.lv2/event.ttl b/ext/event.lv2/event.ttl index 064e3eb..d207a7a 100644 --- a/ext/event.lv2/event.ttl +++ b/ext/event.lv2/event.ttl @@ -13,23 +13,25 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +@prefix doap: . @prefix ev: . +@prefix foaf: . @prefix lv2: . @prefix lv2ev: . +@prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix doap: . -@prefix foaf: . 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.2" ; - doap:created "2011-05-26" + doap:revision "1.3" ; + doap:created "2011-11-23" ] ; doap:maintainer [ a foaf:Person ; @@ -41,10 +43,14 @@ foaf:name "Lars Luthman" ; ] ; lv2:documentation """ -This extension defines a generic time-stamped event port type, which can be +

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 -a port is defined in the data file for a plugin, for example: +a port is defined in the data file for a plugin, for example:

 <http://example.org/some-plugin>
     lv2:port [
-- 
cgit v1.2.1