aboutsummaryrefslogtreecommitdiffstats
path: root/ext/event.lv2/event.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/event.lv2/event.ttl')
-rw-r--r--ext/event.lv2/event.ttl18
1 files changed, 12 insertions, 6 deletions
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: <http://usefulinc.com/ns/doap#> .
@prefix ev: <http://lv2plug.in/ns/ext/event#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix lv2ev: <http://lv2plug.in/ns/ext/event#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
+ owl:deprecated true ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:name "LV2 Event" ;
doap:shortdesc "A port-based real-time generic event interface." ;
rdfs:seeAlso <event-helpers.h> ;
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
+<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
-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:</p>
<pre class="turtle-code">
&lt;http://example.org/some-plugin&gt;
lv2:port [