aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/sampler.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-07-07 23:11:33 +0000
committerDavid Robillard <d@drobilla.net>2011-07-07 23:11:33 +0000
commit273d983e26e326513cb52c925eb15cb247c22560 (patch)
treeb05aa1193141caa334be5fa56045d5841db07bae /plugins/eg-sampler.lv2/sampler.ttl
parentcf303b78414279edb2b0cae6c95471260039e806 (diff)
downloadlv2-273d983e26e326513cb52c925eb15cb247c22560.tar.xz
Add stub LV2 persist support to sampler plugin.
Diffstat (limited to 'plugins/eg-sampler.lv2/sampler.ttl')
-rw-r--r--plugins/eg-sampler.lv2/sampler.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl
index 1926652..e944d0a 100644
--- a/plugins/eg-sampler.lv2/sampler.ttl
+++ b/plugins/eg-sampler.lv2/sampler.ttl
@@ -26,7 +26,8 @@
doap:license <http://opensource.org/licenses/isc-license> ;
lv2:requiredFeature <http://lv2plug.in/ns/ext/uri-map> ;
lv2:optionalFeature lv2:hardRtCapable ,
- <http://lv2plug.in/ns/ext/event> ;
+ <http://lv2plug.in/ns/ext/event> ,
+ <http://lv2plug.in/ns/ext/persist> ;
lv2:port [
a lv2:InputPort ,
lv2ev:EventPort ;