From c8ae7295e911c62cf9dedf90187656937cc18cbb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Jul 2016 13:10:13 -0400 Subject: Add undo support --- bundles/ingen.lv2/ingen.ttl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bundles') 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." . -- cgit v1.2.1