diff options
-rw-r--r-- | src/mdaPiano.ttl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mdaPiano.ttl b/src/mdaPiano.ttl index 20f9f26..fbdc9d8 100644 --- a/src/mdaPiano.ttl +++ b/src/mdaPiano.ttl @@ -5,7 +5,7 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. @prefix ll: <http://ll-plugins.nongnu.org/lv2/namespace#>. @prefix pg: <http://ll-plugins.nongnu.org/lv2/ext/portgroups#>. -@prefix ev: <http://lv2plug.in/ns/ext/event#>. +@prefix atom: <http://lv2plug.in/ns/ext/atom#>. <http://elephly.net/lv2/mdaPiano/out> a pg:StereoGroup. @@ -22,9 +22,10 @@ ll:pegName "p"; lv2:port [ - a ev:EventPort, lv2:InputPort; + a atom:AtomPort, lv2:InputPort; + atom:bufferType atom:Sequence; + atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent>; lv2:index 0; - ev:supportsEvent <http://lv2plug.in/ns/ext/midi#MidiEvent>; lv2:symbol "midi"; lv2:name "MIDI"; ] , [ |