summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-30 17:02:07 +0000
committerDavid Robillard <d@drobilla.net>2015-10-30 17:02:07 +0000
commit8510f80faad7a719a97cf14b1a82a1cc2141282b (patch)
tree11ab0ede29a4a2e29d1e689f6b2cb23ee0da47f1 /bundles
parent2fe35cd17f96a1d393fda203ccaa234b0aa69b16 (diff)
downloadingen-8510f80faad7a719a97cf14b1a82a1cc2141282b.tar.gz
ingen-8510f80faad7a719a97cf14b1a82a1cc2141282b.tar.bz2
ingen-8510f80faad7a719a97cf14b1a82a1cc2141282b.zip
Update clients when plugins are unloaded/reloaded
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'bundles')
-rw-r--r--bundles/ingen.lv2/ingen.ttl6
1 files changed, 6 insertions, 0 deletions
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 ;