summaryrefslogtreecommitdiffstats
path: root/matriseq.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-08 06:38:00 +0000
committerDavid Robillard <d@drobilla.net>2012-07-08 06:38:00 +0000
commita94ba4cb9f65c16faec6fb5824e94481033fc06a (patch)
tree57a492638f2622594f80319b2e62d0bf2a442dcd /matriseq.ttl
parent0574e1fd00e69df90c7748b7636b4705f9970483 (diff)
downloadmatriseq.lv2-a94ba4cb9f65c16faec6fb5824e94481033fc06a.tar.gz
matriseq.lv2-a94ba4cb9f65c16faec6fb5824e94481033fc06a.tar.bz2
matriseq.lv2-a94ba4cb9f65c16faec6fb5824e94481033fc06a.zip
Sync to transport position events provided by the host.
Consistently initialise pad state. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/matriseq@4516 a436a847-0d15-0410-975c-d299462d15a1
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"