From 62a094a802a06a6606849daadf57244d6bd1f0bf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 01:51:32 +0000 Subject: Remove atom:MessagePort and atom:ValuePort. --- plugins/eg-sampler.lv2/sampler.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/eg-sampler.lv2/sampler.ttl') 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 ; lv2:port [ a lv2:InputPort , - atom:MessagePort ; + atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports , ; @@ -43,7 +43,7 @@ lv2:name "Control" ; ] , [ a lv2:OutputPort , - atom:MessagePort ; + atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports ; lv2:index 1 ; -- cgit v1.2.1