From 8211b45bffe20e8a271396b7568609a84b7cf0ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2012 03:31:57 +0000 Subject: Get copy and paste working again. Client side and text based is probably not the idea way to go about implementing this, but it more or less works and is certainly better than nothing for now. Copy paste of patch ports, and pasting into any path other than the root still isn't working currently. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4367 a436a847-0d15-0410-975c-d299462d15a1 --- bundles/ingen.lv2/ingen.ttl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'bundles') diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl index 95c26836..71124bb8 100644 --- a/bundles/ingen.lv2/ingen.ttl +++ b/bundles/ingen.lv2/ingen.ttl @@ -111,18 +111,6 @@ ingen:enabled rdfs:label "Enabled" ; rdfs:comment "Signifies the node is or should be running." . -ingen:Port - a owl:Class ; - rdfs:subClassOf ingen:Object ; - rdfs:label "Port" ; - rdfs:comment """ -A Port is an input or output on a Node. It is implicitly an instance of the -corresponding port on that Node's plugin (specified with ingen:prototype). -A Port MUST have a legal lv2:symbol in the exact way a Node must, see :Node -documentation for details. Ports inherit properties from the Port on their -parent's Plugin in the exact way Nodes inherit properties from their Plugin. -""" . - ingen:Edge a owl:Class ; rdfs:label "Edge" ; -- cgit v1.2.1