diff options
author | David Robillard <d@drobilla.net> | 2013-01-26 21:13:34 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-26 21:13:34 +0000 |
commit | 8b8fd29712602c7352fee7763662f4fc103363a8 (patch) | |
tree | bf3667aa52ee2b81eb83bed22bf6f1807937a43d /plugins | |
parent | 698d99776edae1d98201894c878f6e2c87d610ba (diff) | |
download | lv2-8b8fd29712602c7352fee7763662f4fc103363a8.tar.xz |
Add state:loadDefaultState feature.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/eg-sampler.lv2/sampler.ttl | 6 |
1 files changed, 5 insertions, 1 deletions
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 <http://lv2plug.in/ns/lv2> ; lv2:requiredFeature urid:map , work:schedule ; - lv2:optionalFeature lv2:hardRTCapable ; + lv2:optionalFeature lv2:hardRTCapable , + state:loadDefaultState ; lv2:extensionData state:interface , work:interface ; ui:ui <http://lv2plug.in/plugins/eg-sampler#ui> ; @@ -68,6 +69,9 @@ lv2:index 2 ; lv2:symbol "out" ; lv2:name "Out" + ] ; + state:state [ + <http://lv2plug.in/plugins/eg-sampler#sample> <click.wav> ] . <http://lv2plug.in/plugins/eg-sampler#ui> |