summaryrefslogtreecommitdiffstats
path: root/matriseq.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'matriseq.ttl')
-rw-r--r--matriseq.ttl8
1 files changed, 4 insertions, 4 deletions
diff --git a/matriseq.ttl b/matriseq.ttl
index 2abf153..be253ef 100644
--- a/matriseq.ttl
+++ b/matriseq.ttl
@@ -2,8 +2,10 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://lv2plug.in/ns/ext/time#> .
<http://drobilla.net/drobilla#me>
a foaf:Person ;
@@ -22,8 +24,7 @@
a lv2:InputPort ,
atom:AtomPort ;
atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ,
- <http://lv2plug.in/ns/ext/patch#Message> ;
+ atom:supports time:Position ;
lv2:index 0 ;
lv2:symbol "in" ;
lv2:name "In"
@@ -31,8 +32,7 @@
a lv2:OutputPort ,
atom:AtomPort ;
atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ,
- <http://lv2plug.in/ns/ext/patch#Message> ;
+ atom:supports midi:MidiEvent ;
lv2:index 1 ;
lv2:symbol "out" ;
lv2:name "Out"