@ -214,8 +214,8 @@ string in any language or a value of any type. A Literal has a
@@ -214,8 +214,8 @@ string in any language or a value of any type. A Literal has a
@ -484,7 +484,7 @@ MUST be a sub-class of atom:Atom. For example, an input port that is connected
@@ -484,7 +484,7 @@ MUST be a sub-class of atom:Atom. For example, an input port that is connected
@ -508,7 +508,7 @@ expected by a port. For example, a port that receives MIDI events is described
@@ -508,7 +508,7 @@ expected by a port. For example, a port that receives MIDI events is described
@ -323,8 +323,7 @@ LV2 specifications are documented using this property with an lv2:Markdown
@@ -323,8 +323,7 @@ LV2 specifications are documented using this property with an lv2:Markdown
@ -350,7 +349,7 @@ To be discovered by hosts, plugins MUST explicitly have an rdf:type of lv2:Plugi
@@ -350,7 +349,7 @@ To be discovered by hosts, plugins MUST explicitly have an rdf:type of lv2:Plugi
@ -548,10 +547,10 @@ SHOULD specify this in their `manifest.ttl` so the host can associate them with
@@ -548,10 +547,10 @@ SHOULD specify this in their `manifest.ttl` so the host can associate them with
@ -109,11 +109,11 @@ OSC, or any other type of event payload. The type(s) of event supported by
@@ -109,11 +109,11 @@ OSC, or any other type of event payload. The type(s) of event supported by
@ -83,9 +83,9 @@ plugins only, and is not a <q>live</q> plugin control mechanism.
@@ -83,9 +83,9 @@ plugins only, and is not a <q>live</q> plugin control mechanism.
@ -222,7 +222,7 @@ remove all properties with the given predicate. For example:
@@ -222,7 +222,7 @@ remove all properties with the given predicate. For example:
:::turtle
[]
apatch:Patch;
patch:subject<something>;
patch:subject<something>;
patch:add[
eg:name"New name";
eg:age42;
@ -244,7 +244,7 @@ previous version is replaced.
@@ -244,7 +244,7 @@ previous version is replaced.
:::turtle
[]
apatch:Put;
patch:subject<something>;
patch:subject<something>;
patch:body[
eg:name"New name";
eg:age42;
@ -273,7 +273,7 @@ the property before setting the new value. For example:
@@ -273,7 +273,7 @@ the property before setting the new value. For example:
:::turtle
[]
apatch:Set;
patch:subject<something>;
patch:subject<something>;
patch:propertyeg:name;
patch:value"New name".
@ -282,7 +282,7 @@ Which is equivalent to:
@@ -282,7 +282,7 @@ Which is equivalent to:
:::turtle
[]
apatch:Patch;
patch:subject<something>;
patch:subject<something>;
patch:add[
eg:name"New name";
];
@ -357,10 +357,10 @@ This is used to list properties that can be changed, for example to allow user
@@ -357,10 +357,10 @@ This is used to list properties that can be changed, for example to allow user
@ -78,7 +78,7 @@ bundle containing presets should list them like so:
@@ -78,7 +78,7 @@ bundle containing presets should list them like so:
eg:mypreset
apset:Preset;
lv2:appliesToeg:myplugin;
rdfs:seeAlso<mypreset.ttl>.
rdfs:seeAlso<mypreset.ttl>.
"""^^lv2:Markdown .
@ -90,7 +90,7 @@ predicates can be used to describe any data associated with the preset. For
@@ -90,7 +90,7 @@ predicates can be used to describe any data associated with the preset. For
example:
:::turtle
@prefixeg:<http://example.org/>.
@prefixeg:<http://example.org/>.
eg:mypreset
apset:Preset;
@ -108,10 +108,9 @@ A Preset SHOULD have at least one lv2:appliesTo property. Each Port on a
@@ -108,10 +108,9 @@ A Preset SHOULD have at least one lv2:appliesTo property. Each Port on a
@ -59,9 +59,9 @@ The work interface provided by a plugin, LV2_Worker_Interface.
@@ -59,9 +59,9 @@ The work interface provided by a plugin, LV2_Worker_Interface.