diff options
author | David Robillard <d@drobilla.net> | 2012-03-25 01:51:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-25 01:51:32 +0000 |
commit | 62a094a802a06a6606849daadf57244d6bd1f0bf (patch) | |
tree | a51c0fa9069afed19ef660fcd1c5e0960dba15cc /plugins | |
parent | b3dd403092b7fb44a58d8a05f4bd208686511cce (diff) | |
download | lv2-62a094a802a06a6606849daadf57244d6bd1f0bf.tar.xz |
Remove atom:MessagePort and atom:ValuePort.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/eg-sampler.lv2/sampler.ttl | 4 |
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 ; |