diff options
Diffstat (limited to 'lv2/state')
-rw-r--r-- | lv2/state/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/state/state.meta.ttl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl index 02e7aa1..67beca1 100644 --- a/lv2/state/manifest.ttl +++ b/lv2/state/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/state> a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 8 ; + lv2:microVersion 9 ; rdfs:seeAlso <state.ttl> . diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl index 6f54641..271814c 100644 --- a/lv2/state/state.meta.ttl +++ b/lv2/state/state.meta.ttl @@ -459,7 +459,7 @@ This is a one-way notification, intended to be used as the type of an [Object](atom.html#Object) sent from plugins when necessary. Plugins SHOULD emit such an event whenever a change has occurred that would -result in a different state being saved, but not when the host explicity makes +result in a different state being saved, but not when the host explicitly makes a change which it knows is likely to have that effect, such as changing a parameter. |