diff options
Diffstat (limited to 'props.lv2/test/props.ttl')
-rw-r--r-- | props.lv2/test/props.ttl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/props.lv2/test/props.ttl b/props.lv2/test/props.ttl index 68d6b43..0ce45d6 100644 --- a/props.lv2/test/props.ttl +++ b/props.lv2/test/props.ttl @@ -24,7 +24,6 @@ @prefix state: <http://lv2plug.in/ns/ext/state#> . @prefix patch: <http://lv2plug.in/ns/ext/patch#> . @prefix log: <http://lv2plug.in/ns/ext/log#> . -@prefix work: <http://lv2plug.in/ns/ext/worker#> . @prefix units: <http://lv2plug.in/ns/extensions/units#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @@ -107,9 +106,9 @@ props:test doap:name "Props Test" ; doap:license lic:Artistic-2.0 ; lv2:project proj:props ; - lv2:requiredFeature urid:map, log:log, state:loadDefaultState, work:schedule ; + lv2:requiredFeature urid:map, log:log, state:loadDefaultState ; lv2:optionalFeature lv2:isLive, lv2:hardRTCapable, state:threadSafeRestore ; - lv2:extensionData state:interface, work:interface ; + lv2:extensionData state:interface ; lv2:port [ # sink event port @@ -148,6 +147,6 @@ props:test props:statInt 4 ; props:statFloat "0.4"^^xsd:float ; props:statString "Hello world" ; - props:statPath <manifest.ttl> ; + props:statPath <props.ttl> ; props:statChunk "AQIDBAUGBw=="^^xsd:base64Binary ; ] . |