diff options
Diffstat (limited to 'lv2/atom')
-rw-r--r-- | lv2/atom/atom.meta.ttl | 2 | ||||
-rw-r--r-- | lv2/atom/manifest.ttl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lv2/atom/atom.meta.ttl b/lv2/atom/atom.meta.ttl index 9d714d8..cc09060 100644 --- a/lv2/atom/atom.meta.ttl +++ b/lv2/atom/atom.meta.ttl @@ -258,7 +258,7 @@ may assume any binary Path (e.g. in an event payload) is a valid file path which can passed to system functions like fopen() directly, without any character encoding or escape expansion required. -Any implemenation that creates a Path atom to transmit to another is +Any implementation that creates a Path atom to transmit to another is responsible for ensuring it is valid. A Path SHOULD always be absolute, unless there is some mechanism in place that defines a base path. Since this is not the case for plugin instances, effectively any Path sent to or received from a diff --git a/lv2/atom/manifest.ttl b/lv2/atom/manifest.ttl index 46d6de5..9cf13aa 100644 --- a/lv2/atom/manifest.ttl +++ b/lv2/atom/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/atom> a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 2 ; + lv2:microVersion 3 ; rdfs:seeAlso <atom.ttl> . |