aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-25 01:51:32 +0000
committerDavid Robillard <d@drobilla.net>2012-03-25 01:51:32 +0000
commit62a094a802a06a6606849daadf57244d6bd1f0bf (patch)
treea51c0fa9069afed19ef660fcd1c5e0960dba15cc /plugins
parentb3dd403092b7fb44a58d8a05f4bd208686511cce (diff)
downloadlv2-62a094a802a06a6606849daadf57244d6bd1f0bf.tar.xz
Remove atom:MessagePort and atom:ValuePort.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/eg-sampler.lv2/sampler.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl
index a70be7b..e6bd816 100644
--- a/plugins/eg-sampler.lv2/sampler.ttl
+++ b/plugins/eg-sampler.lv2/sampler.ttl
@@ -34,7 +34,7 @@
ui:ui <http://lv2plug.in/plugins/eg-sampler#ui> ;
lv2:port [
a lv2:InputPort ,
- atom:MessagePort ;
+ atom:AtomPort ;
atom:bufferType atom:Sequence ;
atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ,
<http://lv2plug.in/ns/ext/patch#Message> ;
@@ -43,7 +43,7 @@
lv2:name "Control" ;
] , [
a lv2:OutputPort ,
- atom:MessagePort ;
+ atom:AtomPort ;
atom:bufferType atom:Sequence ;
atom:supports <http://lv2plug.in/ns/ext/patch#Message> ;
lv2:index 1 ;