summaryrefslogtreecommitdiffstats
path: root/bundles/ingen.lv2/ingen.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-12 03:31:57 +0000
committerDavid Robillard <d@drobilla.net>2012-05-12 03:31:57 +0000
commit8211b45bffe20e8a271396b7568609a84b7cf0ec (patch)
tree8f2b9557977c0b7a681cb8fc2209c554213c1e66 /bundles/ingen.lv2/ingen.ttl
parent271b3f9d7f376cbbaef202ef6f898e5f9bb4c324 (diff)
downloadingen-8211b45bffe20e8a271396b7568609a84b7cf0ec.tar.gz
ingen-8211b45bffe20e8a271396b7568609a84b7cf0ec.tar.bz2
ingen-8211b45bffe20e8a271396b7568609a84b7cf0ec.zip
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
Diffstat (limited to 'bundles/ingen.lv2/ingen.ttl')
-rw-r--r--bundles/ingen.lv2/ingen.ttl12
1 files changed, 0 insertions, 12 deletions
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" ;