From b1d4027b58465d9cc31d6cb1be05a7ff4f202711 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 22 May 2012 03:30:42 +0000 Subject: More work on test suite. Clean up, simplify, and shrink event code. Support disconnect_all via Atom protocol. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4432 a436a847-0d15-0410-975c-d299462d15a1 --- bundles/ingen.lv2/ingen.ttl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bundles') diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl index 71124bb8..dd8a37e7 100644 --- a/bundles/ingen.lv2/ingen.ttl +++ b/bundles/ingen.lv2/ingen.ttl @@ -141,3 +141,10 @@ ingen:head rdfs:range ingen:Port ; rdfs:label "head" ; rdfs:comment "The destination/receiving/sink port of this edge" . + +ingen:incidentTo + a owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain ingen:Edge ; + rdfs:label "incident to" ; + rdfs:comment "A special property used to describe any edge incident to a port or node. This is never saved in patch files, but is used in the control protocol to completely disconnect a Node or Port." . -- cgit v1.2.1