diff options
author | David Robillard <d@drobilla.net> | 2017-02-08 00:28:38 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-02-08 00:28:38 +0100 |
commit | 0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db (patch) | |
tree | f52961f40e512d5d1798c7a40b48d27a27d141ac /lv2/lv2plug.in/ns/ext/parameters/parameters.ttl | |
parent | b36868f3b96a436961c0c51b5b2dd71d05da9b12 (diff) | |
download | lv2-0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db.tar.xz |
Add lv2_validate utility
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/parameters/parameters.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/parameters/parameters.ttl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl index 2919c3e..f8ad2ab 100644 --- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl +++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl @@ -8,8 +8,7 @@ <http://lv2plug.in/ns/ext/parameters> a lv2:Specification ; - rdfs:seeAlso <../../meta/meta.ttl> , - <lv2-parameters.doap.ttl> ; + rdfs:seeAlso <lv2-parameters.doap.ttl> ; lv2:documentation """ <p>This vocabulary describes parameters common in audio processing software. A <q>parameter</q> is purely a metadata concept, unrelated to any particular code |