summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-07-27 10:13:39 +0800
committerrekado <rekado@elephly.net>2013-07-27 10:13:39 +0800
commit6bac1e4fcef41053988d02598afc55c8f37dae7a (patch)
treee71d6beec47d44e8fe9cb48fe4c501d1db6e3bbf
parent90b2b353382d3b2ea1235d2894052782f8e890d0 (diff)
replace Event with Atom extension
-rw-r--r--src/mdaPiano.ttl7
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";
] , [