diff options
author | David Robillard <d@drobilla.net> | 2011-11-09 04:40:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-09 04:40:50 +0000 |
commit | bb91f0334218ce1866aee3fd955871aae7c7550f (patch) | |
tree | f440ebe4f0cfde8dc96e04942d55468edee7c2ee /ext/files.lv2 | |
parent | ed9ed2beeb9b43c85187ffa6bc3219883020b6a7 (diff) | |
download | lv2-bb91f0334218ce1866aee3fd955871aae7c7550f.tar.xz |
Make use of new auto-linking in lv2specgen.py.
Diffstat (limited to 'ext/files.lv2')
-rw-r--r-- | ext/files.lv2/files.ttl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/files.lv2/files.ttl b/ext/files.lv2/files.ttl index bd1c99b..d3ff8a5 100644 --- a/ext/files.lv2/files.ttl +++ b/ext/files.lv2/files.ttl @@ -48,11 +48,10 @@ management MUST be handled by the host since different hosts may have very different requirements. Plugins MUST NOT make any assumption about file system locations beyond what is explicitly guaranteed by this extension.</p> -<p>This extension defines two features: <a -href="#newFileSupport">files:newFileSupport</a> allows plugins to create new -files within an instance-specific namespace at any time (except in realtime -contexts); while <a href="#pathSupport">files:pathSupport</a> allows plugins -to refer to file paths in plugin state in a way transparent to the host.</p> +<p>This extension defines two features: files:newFileSupport allows plugins to +create new files within an instance-specific namespace at any time (except in +realtime contexts); while files:pathSupport allows plugins to refer to file +paths in plugin state in a way transparent to the host.</p> <p>To create a new file, the plugin MUST request a path from the host using LV2_Files_New_File_Support::new_file_path(). Thus, the host may choose an |