From 291d16e6709d88cb202acc042c9395c420fd580d Mon Sep 17 00:00:00 2001
From: David Robillard This extension defines a facility for options
, which are dynamic
properties that may be changed at run time.
An option required by the instance to function at all. The host MUST pass a @@ -94,7 +93,7 @@ fall back to a reasonable default value if it is not provided.
opts:supportedOption a rdf:Property , owl:ObjectProperty ; - rdfs:range opts:Option ; + rdfs:range rdf:Property ; rdfs:label "supported option" ; lv2:documentation """An option supported or understood
by the instance. The host SHOULD
--
cgit v1.2.1