From 8510f80faad7a719a97cf14b1a82a1cc2141282b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Oct 2015 17:02:07 +0000 Subject: Update clients when plugins are unloaded/reloaded git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 --- bundles/ingen.lv2/ingen.ttl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bundles') diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl index 3f0e16f1..b8bf38f0 100644 --- a/bundles/ingen.lv2/ingen.ttl +++ b/bundles/ingen.lv2/ingen.ttl @@ -72,6 +72,12 @@ ingen:sprungLayout rdfs:label "sprung layout" ; rdfs:comment """Whether or not the graph has a "sprung" force-directed layout.""" . +ingen:loadedBundle + a rdf:Property , + owl:ObjectProperty ; + rdfs:label "loaded bundle" ; + rdfs:comment "Whether or not a bundle is loaded into Ingen." . + ingen:value a rdf:Property , owl:DatatypeProperty ; -- cgit v1.2.1