From 4ff6c527a9feda500eff87beb4d92780eef2665b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Nov 2011 20:41:39 +0000 Subject: Release preparation. --- ext/instance-access.lv2/instance-access.ttl | 68 +++++++++++++++++++++-------- ext/instance-access.lv2/manifest.ttl | 2 +- 2 files changed, 52 insertions(+), 18 deletions(-) (limited to 'ext/instance-access.lv2') diff --git a/ext/instance-access.lv2/instance-access.ttl b/ext/instance-access.lv2/instance-access.ttl index 5e1b9f8..f3d1a42 100644 --- a/ext/instance-access.lv2/instance-access.ttl +++ b/ext/instance-access.lv2/instance-access.ttl @@ -13,34 +13,68 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +@prefix dcs: . +@prefix doap: . +@prefix foaf: . @prefix ia: . @prefix lv2: . @prefix lv2ev: . @prefix rdf: . @prefix rdfs: . -@prefix doap: . -@prefix foaf: . + + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:homepage ; + foaf:mbox ; + rdfs:seeAlso . a lv2:Specification ; doap:license ; doap:name "LV2 Instance Access" ; - doap:shortdesc "Provides access to the LV2_Handle of a plugin." ; - doap:release [ - doap:revision "1.2" ; - doap:created "2011-05-26" - ] ; - doap:maintainer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso + doap:shortdesc "Provides access to the LV2_Handle of a plugin." ; + doap:developer ; + doap:release [ + doap:revision "1.4" ; + doap:created "2011-11-14" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Update packaging." + ] , [ + rdfs:label "Improve documentation." + ] + ] + ] , [ + doap:revision "1.2" ; + doap:created "2011-05-26" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add build system for installation." + ] , [ + rdfs:label "Switch to ISC license." + ] + ] + ] , [ + doap:revision "1.0" ; + doap:created "2010-10-04" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] ] ; - rdfs:comment """ -This extension defines a method for (e.g.) plugin UIs to get a direct handle to -an LV2 plugin instance (LV2_Handle), if possible. + lv2:documentation """ +

This extension defines a feature which allows plugin UIs to get a direct +handle to an LV2 plugin instance (LV2_Handle), if possible.

-To support this feature the host must pass an LV2_Feature struct to the UI +

To support this feature the host must pass an LV2_Feature struct to the UI instantiate method with URI "http://lv2plug.in/ns/ext/instance-access" and data -pointed directly to the LV2_Handle of the plugin instance. +pointed directly to the LV2_Handle of the plugin instance.

""" . diff --git a/ext/instance-access.lv2/manifest.ttl b/ext/instance-access.lv2/manifest.ttl index 67571cf..d6412c5 100644 --- a/ext/instance-access.lv2/manifest.ttl +++ b/ext/instance-access.lv2/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 2 ; + lv2:microVersion 4 ; rdfs:seeAlso . -- cgit v1.2.1