From a94ba4cb9f65c16faec6fb5824e94481033fc06a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Jul 2012 06:38:00 +0000 Subject: 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 --- matriseq.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'matriseq.ttl') diff --git a/matriseq.ttl b/matriseq.ttl index 2abf153..be253ef 100644 --- a/matriseq.ttl +++ b/matriseq.ttl @@ -2,8 +2,10 @@ @prefix doap: . @prefix foaf: . @prefix lv2: . +@prefix midi: . @prefix rdf: . @prefix rdfs: . +@prefix time: . a foaf:Person ; @@ -22,8 +24,7 @@ a lv2:InputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; - atom:supports , - ; + 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 , - ; + atom:supports midi:MidiEvent ; lv2:index 1 ; lv2:symbol "out" ; lv2:name "Out" -- cgit v1.2.1