aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/sampler.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-16 14:20:59 +0000
committerDavid Robillard <d@drobilla.net>2012-03-16 14:20:59 +0000
commit76db28f38dc47d096d8e055030e866630d643849 (patch)
tree0282f29e3a88dc22de6a35935f6c43d3c524772a /plugins/eg-sampler.lv2/sampler.ttl
parent8a4485764e3ad67715b9043e6b7e3d3f7cd4eecf (diff)
downloadlv2-76db28f38dc47d096d8e055030e866630d643849.tar.xz
Update for patch extension.
Diffstat (limited to 'plugins/eg-sampler.lv2/sampler.ttl')
-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 e2cbb10..fa93ba4 100644
--- a/plugins/eg-sampler.lv2/sampler.ttl
+++ b/plugins/eg-sampler.lv2/sampler.ttl
@@ -35,7 +35,7 @@
atom:MessagePort ;
atom:bufferType atom:Sequence ;
atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ,
- <http://lv2plug.in/ns/ext/message#Message> ;
+ <http://lv2plug.in/ns/ext/patch#Message> ;
lv2:index 0 ;
lv2:symbol "control" ;
lv2:name "Control"
@@ -43,7 +43,7 @@
a lv2:OutputPort ,
atom:MessagePort ;
atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/message#Message> ;
+ atom:supports <http://lv2plug.in/ns/ext/patch#Message> ;
lv2:index 1 ;
lv2:symbol "notify" ;
lv2:name "Notify"