diff options
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" ] , [ |