aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/sampler.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-07 23:16:05 +0000
committerDavid Robillard <d@drobilla.net>2011-11-07 23:16:05 +0000
commit672ba53efd1b6a39748b919f015761a7ef270d66 (patch)
treef6d3ae796bace14e63fccdfd06cc0e6a4bb6f923 /plugins/eg-sampler.lv2/sampler.ttl
parent5ed31770103274b1ad780a2f5d47b8df4fcef86f (diff)
downloadlv2-672ba53efd1b6a39748b919f015761a7ef270d66.tar.xz
Fix crash on instantiation.
Switch to state extension from persist extension. Correctly mark up features and extension data. Check for extensions using pkgconfig.
Diffstat (limited to 'plugins/eg-sampler.lv2/sampler.ttl')
-rw-r--r--plugins/eg-sampler.lv2/sampler.ttl5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl
index a7cf6e4..51c6c28 100644
--- a/plugins/eg-sampler.lv2/sampler.ttl
+++ b/plugins/eg-sampler.lv2/sampler.ttl
@@ -26,9 +26,8 @@
doap:name "Example Sampler" ;
doap:license <http://opensource.org/licenses/isc-license> ;
lv2:requiredFeature <http://lv2plug.in/ns/ext/urid#Mapper> ;
- lv2:optionalFeature lv2:hardRtCapable ,
- <http://lv2plug.in/ns/ext/event> ,
- <http://lv2plug.in/ns/ext/state> ;
+ lv2:optionalFeature lv2:hardRtCapable ;
+ lv2:extensionData <http://lv2plug.in/ns/ext/state#Interface> ;
ui:ui <http://lv2plug.in/plugins/eg-sampler#ui> ;
lv2:port [
a lv2:InputPort ,