From 8b8fd29712602c7352fee7763662f4fc103363a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 26 Jan 2013 21:13:34 +0000 Subject: Add state:loadDefaultState feature. --- plugins/eg-sampler.lv2/sampler.ttl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl index 446f5a3..072521a 100644 --- a/plugins/eg-sampler.lv2/sampler.ttl +++ b/plugins/eg-sampler.lv2/sampler.ttl @@ -38,7 +38,8 @@ lv2:project ; lv2:requiredFeature urid:map , work:schedule ; - lv2:optionalFeature lv2:hardRTCapable ; + lv2:optionalFeature lv2:hardRTCapable , + state:loadDefaultState ; lv2:extensionData state:interface , work:interface ; ui:ui ; @@ -68,6 +69,9 @@ lv2:index 2 ; lv2:symbol "out" ; lv2:name "Out" + ] ; + state:state [ + ] . -- cgit v1.2.1