summaryrefslogtreecommitdiffstats
path: root/bundles/ingen.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-30 13:10:13 -0400
committerDavid Robillard <d@drobilla.net>2016-07-30 15:32:49 -0400
commitc8ae7295e911c62cf9dedf90187656937cc18cbb (patch)
tree0ba1207bf2c63278e9932eed2d04f961144a02db /bundles/ingen.lv2
parente74c6a3b388ded66fcc4cfb1fa5bece881b63113 (diff)
downloadingen-c8ae7295e911c62cf9dedf90187656937cc18cbb.tar.gz
ingen-c8ae7295e911c62cf9dedf90187656937cc18cbb.tar.bz2
ingen-c8ae7295e911c62cf9dedf90187656937cc18cbb.zip
Add undo support
Diffstat (limited to 'bundles/ingen.lv2')
-rw-r--r--bundles/ingen.lv2/ingen.ttl15
1 files changed, 15 insertions, 0 deletions
diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl
index b8bf38f0..3f7f89f5 100644
--- a/bundles/ingen.lv2/ingen.ttl
+++ b/bundles/ingen.lv2/ingen.ttl
@@ -205,3 +205,18 @@ ingen:incidentTo
rdfs:domain ingen:Arc ;
rdfs:label "incident to" ;
rdfs:comment "A special property used to describe any arc incident to a port or block. This is never saved in graph files, but is used in the control protocol to completely disconnect a Block or Port." .
+
+ingen:Undo
+ a rdfs:Class ;
+ rdfs:label "Undo" ;
+ rdfs:comment "A request to undo the previous change." .
+
+ingen:BundleStart
+ a rdfs:Class ;
+ rdfs:label "Bundle Start" ;
+ rdfs:comment "The start of an undo transaction." .
+
+ingen:BundleEnd
+ a rdfs:Class ;
+ rdfs:label "Bundle End" ;
+ rdfs:comment "The end of an undo transaction." .