diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-03-07 04:25:52 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-03-07 04:25:52 +0100 |
commit | 74b8a63270c1c0b01b33e861c26b1e2a59eeb82b (patch) | |
tree | 799aaec0d88e50172e17b61af37ca391a83d59d3 /lv2/drumgizmo.ttl | |
parent | 75702e36ddb30ca2924cb42dc0b44ddfbdac36e5 (diff) |
Changed midi handling from event extension to atom extension.
Diffstat (limited to 'lv2/drumgizmo.ttl')
-rw-r--r-- | lv2/drumgizmo.ttl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lv2/drumgizmo.ttl b/lv2/drumgizmo.ttl index c72b34a..23345f3 100644 --- a/lv2/drumgizmo.ttl +++ b/lv2/drumgizmo.ttl @@ -16,7 +16,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix lv2ev: <http://lv2plug.in/ns/ext/event#> . +@prefix atom: <http://lv2plug.in/ns/ext/atom#> . @prefix uiext: <http://lv2plug.in/ns/extensions/ui#> . @prefix state: <http://lv2plug.in/ns/ext/state#> . @@ -38,10 +38,11 @@ lv2:optionalFeature <http://lv2plug.in/ns/ext/event> ; lv2:extensionData state:interface ; lv2:port [ - a lv2:InputPort , - lv2ev:EventPort ; - lv2ev:supportsEvent <http://lv2plug.in/ns/ext/midi#MidiEvent> ; - lv2:index 0 ; + a atom:AtomPort , + lv2:InputPort; + atom:bufferType atom:Sequence ; + atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ; + lv2:index 0 ; lv2:symbol "control" ; lv2:name "Control" ] , [ |