From 24a2add27496e43e99dbc259ca7c26fbd5e43cff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Dec 2013 19:47:45 +0000 Subject: Implement lv2:prototype. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5219 a436a847-0d15-0410-975c-d299462d15a1 --- bundles/ingen.lv2/manifest.ttl | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'bundles/ingen.lv2') diff --git a/bundles/ingen.lv2/manifest.ttl b/bundles/ingen.lv2/manifest.ttl index b7f6163c..12d3621a 100644 --- a/bundles/ingen.lv2/manifest.ttl +++ b/bundles/ingen.lv2/manifest.ttl @@ -1,5 +1,6 @@ @prefix ingen: . @prefix internals: . +@prefix lv2: . @prefix owl: . @prefix rdfs: . @prefix ui: . @@ -8,6 +9,18 @@ ingen: a owl:Ontology ; rdfs:seeAlso . +ingen:GraphPrototype + a lv2:PluginBase ; + lv2:binary ; + rdfs:comment """Template for all Ingen graphs. + +Saved Ingen graphs always set this as their lv2:prototype. When Ingen is +installed, a bundle is installed which included the Ingen LV2 binary and a +description of ingen:GraphPrototype which links to it. This way, Ingen graphs +can be loaded by LV2 hosts without including binaries or symbolic links in +saved Ingen bundles. +""" . + ingen:GraphUIGtk2 a ui:GtkUI ; ui:binary ; @@ -15,16 +28,16 @@ ingen:GraphUIGtk2 internals:Controller a ingen:Plugin ; - rdfs:seeAlso . + rdfs:seeAlso . internals:Trigger a ingen:Plugin ; - rdfs:seeAlso . + rdfs:seeAlso . internals:Note a ingen:Plugin ; - rdfs:seeAlso . + rdfs:seeAlso . internals:Transport a ingen:Plugin ; - rdfs:seeAlso . + rdfs:seeAlso . -- cgit v1.2.1