diff options
author | David Robillard <d@drobilla.net> | 2014-10-31 23:53:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-10-31 23:53:24 +0000 |
commit | 6df6f3b58f366e5772bf1950a39696adcac9b9c6 (patch) | |
tree | e0f5d49542c7ac5cf36186617c85490e0b0d9eec /lv2/lv2plug.in/ns/ext/patch/patch.ttl | |
parent | 29a6502b93ad44d3f8fe4f0a579a3e8ef369dbfd (diff) | |
download | lv2-6df6f3b58f366e5772bf1950a39696adcac9b9c6.tar.xz |
Define patch:Get with no subject to implicitly apply to reciever. This can be used by UIs to get an initial description of a plugin.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/patch/patch.ttl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl index c38ca31..2702684 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl @@ -104,8 +104,7 @@ a patch:body that is a description of that subject. For example:</p> <p>Note the use of blank nodes is not required; the value of patch:body may be the actual resource node. Depending on the transport and syntax used this may -be preferable. However, the patch:subject property is required regardless. For -example, the same response could be written:</p> +be preferable. For example, the same response could be written:</p> <pre class="turtle-code"> <something> @@ -118,6 +117,9 @@ example, the same response could be written:</p> patch:subject <something> ; patch:body <something> . </pre> + +<p>If the patch:subject property is absent, then the Get implicitly applies to +the receiver.</p> """ . patch:Insert |